#916E06

Color #916E06 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #916E06

Tints of Golden Brown #916E06

Color information

#916E06 (or 0x916E06) is unknown color: approx Golden Brown. HEX triplet: 91, 6E and 06. RGB value is (145,110,6). Sum of RGB (Red+Green+Blue) = 145+110+6=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #916E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916E06 is #6E91F9. Grayscale: #6D6D6D. Windows color (decimal): -7246330 or 421521. OLE color: 421521.

HSL color Cylindrical-coordinate representation of color #916E06: hue angle of 44.89º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #916E06 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB1451106-
CMYK00.240.960.43
HSL44.89º92.05%29.61%-
HSV(B)44.89º95.86%56.86%-
XYZ17.2917.182.58-
YUV108.6170.1153.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.56%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 6 (2.73% from 255) = 2.30%
R=55.56%
G=42.15%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145110600.240.960.4344.8992.0529.61
Hex916E6018602B2d5c1e
Octal2211566030140535513436
Binary1001000111011101100110001100000101011101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916E06; }

 p { color: rgb(145,110,6); }

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

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

 a { background-color: rgb(145,110,6); }

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

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

 span { border-color: rgb(145,110,6); }

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