#B76808

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

Shades of Tenne (Tawny) #B76808

Tints of Tenne (Tawny) #B76808

Color information

#B76808 (or 0xB76808) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 68 and 08. RGB value is (183,104,8). Sum of RGB (Red+Green+Blue) = 183+104+8=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B76808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76808 is #4897F7. Grayscale: #757575. Windows color (decimal): -4757496 or 551095. OLE color: 551095.

HSL color Cylindrical-coordinate representation of color #B76808: hue angle of 32.91º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B76808 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1831048-
CMYK00.430.960.28
HSL32.91º91.62%37.45%-
HSV(B)32.91º95.63%71.76%-
XYZ24.5219.992.79-
YUV116.6866.67175.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 8 (3.52% from 255) = 2.71%
R=62.03%
G=35.25%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183104800.430.960.2832.9191.6237.45
HexB768802B601C215c25
Octal26715010053140344113445
Binary101101111101000100001010111100000111001000011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76808; }

 p { color: rgb(183,104,8); }

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

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

 a { background-color: rgb(183,104,8); }

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

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

 span { border-color: rgb(183,104,8); }

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