#906E16

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

Shades of Golden Brown #906E16

Tints of Golden Brown #906E16

Color information

#906E16 (or 0x906E16) is unknown color: approx Golden Brown. HEX triplet: 90, 6E and 16. RGB value is (144,110,22). Sum of RGB (Red+Green+Blue) = 144+110+22=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #906E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906E16 is #6F91E9. Grayscale: #6E6E6E. Windows color (decimal): -7311850 or 1470096. OLE color: 1470096.

HSL color Cylindrical-coordinate representation of color #906E16: hue angle of 43.28º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #906E16 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14411022-
CMYK00.240.850.44
HSL43.28º73.49%32.55%-
HSV(B)43.28º84.72%56.47%-
XYZ17.2217.143.16-
YUV110.1378.26152.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=52.17%
G=39.86%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441102200.240.850.4443.2873.4932.55
Hex906E16018552C2b4921
Octal22015626030125545311141
Binary1001000011011101011001100010101011011001010111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906E16; }

 p { color: rgb(144,110,22); }

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

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

 a { background-color: rgb(144,110,22); }

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

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

 span { border-color: rgb(144,110,22); }

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