#B76006

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

Shades of Tenne (Tawny) #B76006

Tints of Tenne (Tawny) #B76006

Color information

#B76006 (or 0xB76006) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 60 and 06. RGB value is (183,96,6). Sum of RGB (Red+Green+Blue) = 183+96+6=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B76006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76006 is #489FF9. Grayscale: #707070. Windows color (decimal): -4759546 or 417975. OLE color: 417975.

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

Color convert

RGB183966-
CMYK00.480.970.28
HSL30.51º93.65%37.06%-
HSV(B)30.51º96.72%71.76%-
XYZ23.7418.452.48-
YUV111.7568.32178.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.21%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=64.21%
G=33.68%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18396600.480.970.2830.5193.6537.06
HexB7606030611C1f5e25
Octal2671406060141343713645
Binary1011011111000001100110000110000111100111111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76006; }

 p { color: rgb(183,96,6); }

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

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

 a { background-color: rgb(183,96,6); }

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

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

 span { border-color: rgb(183,96,6); }

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