#B96408

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

Shades of Tenne (Tawny) #B96408

Tints of Tenne (Tawny) #B96408

Color information

#B96408 (or 0xB96408) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 64 and 08. RGB value is (185,100,8). Sum of RGB (Red+Green+Blue) = 185+100+8=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B96408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96408 is #469BF7. Grayscale: #737373. Windows color (decimal): -4627448 or 550073. OLE color: 550073.

HSL color Cylindrical-coordinate representation of color #B96408: hue angle of 31.19º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B96408 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB1851008-
CMYK00.460.960.27
HSL31.19º91.71%37.84%-
HSV(B)31.19º95.68%72.55%-
XYZ24.6119.452.69-
YUV114.9367.66177.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.14%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 8 (3.52% from 255) = 2.73%
R=63.14%
G=34.13%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185100800.460.960.2731.1991.7137.84
HexB964802E601B1f5c26
Octal27114410056140333713446
Binary10111001110010010000101110110000011011111111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96408; }

 p { color: rgb(185,100,8); }

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

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

 a { background-color: rgb(185,100,8); }

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

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

 span { border-color: rgb(185,100,8); }

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