#906C15

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

Shades of Golden Brown #906C15

Tints of Golden Brown #906C15

Color information

#906C15 (or 0x906C15) is unknown color: approx Golden Brown. HEX triplet: 90, 6C and 15. RGB value is (144,108,21). Sum of RGB (Red+Green+Blue) = 144+108+21=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #906C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906C15 is #6F93EA. Grayscale: #6D6D6D. Windows color (decimal): -7312363 or 1404048. OLE color: 1404048.

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

Color convert

RGB14410821-
CMYK00.250.850.44
HSL42.44º74.55%32.35%-
HSV(B)42.44º85.42%56.47%-
XYZ1716.713.04-
YUV108.8578.43153.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.75%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=52.75%
G=39.56%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441082100.250.850.4442.4474.5532.35
Hex906C15019552C2a4b20
Octal22015425031125545211340
Binary1001000011011001010101100110101011011001010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,108,21); }

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

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

 a { background-color: rgb(144,108,21); }

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

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

 span { border-color: rgb(144,108,21); }

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