#906E14

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

Shades of Golden Brown #906E14

Tints of Golden Brown #906E14

Color information

#906E14 (or 0x906E14) is unknown color: approx Golden Brown. HEX triplet: 90, 6E and 14. RGB value is (144,110,20). Sum of RGB (Red+Green+Blue) = 144+110+20=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #906E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906E14 is #6F91EB. Grayscale: #6E6E6E. Windows color (decimal): -7311852 or 1339024. OLE color: 1339024.

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

Color convert

RGB14411020-
CMYK00.240.860.44
HSL43.55º75.61%32.16%-
HSV(B)43.55º86.11%56.47%-
XYZ17.217.133.06-
YUV109.9177.26152.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.55%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=52.55%
G=40.15%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441102000.240.860.4443.5575.6132.16
Hex906E14018562C2c4c20
Octal22015624030126545411440
Binary1001000011011101010001100010101101011001011001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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