#B9690C

Color #B9690C Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B9690C

Tints of Tenne (Tawny) #B9690C

Color information

#B9690C (or 0xB9690C) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 69 and 0C. RGB value is (185,105,12). Sum of RGB (Red+Green+Blue) = 185+105+12=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9690C is #4696F3. Grayscale: #767676. Windows color (decimal): -4626164 or 813497. OLE color: 813497.

HSL color Cylindrical-coordinate representation of color #B9690C: hue angle of 32.25º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9690C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB18510512-
CMYK00.430.940.27
HSL32.25º87.82%38.63%-
HSV(B)32.25º93.51%72.55%-
XYZ25.1320.442.97-
YUV118.3268175.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 61.26%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 12 (5.08% from 255) = 3.97%
R=61.26%
G=34.77%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851051200.430.940.2732.2587.8238.63
HexB969C02B5E1B205827
Octal27115114053136334013047
Binary101110011101001110001010111011110110111000001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9690C; }

 p { color: rgb(185,105,12); }

 H1.HeaderClassName
 {
   color: #B9690C;
 }
 .AnyTagClassName
 {
   color: #B9690C;
 }
</style>
background-color css

<style>
 a { background-color: #B9690C; }

 a { background-color: rgb(185,105,12); }

 div.DivClassName
 {
   background-color: #B9690C;
 }
 .BgClassName
 {
   background-color: #B9690C;
 }
</style>
border-color css

<style>
 span { border-color: #B9690C; }

 span { border-color: rgb(185,105,12); }

 td.TdClassName
 {
   border-color: #B9690C;
 }
 .TagClassName
 {
   border-color: #B9690C;
 }
</style>