#906115

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

Shades of Golden Brown #906115

Tints of Golden Brown #906115

Color information

#906115 (or 0x906115) is unknown color: approx Golden Brown. HEX triplet: 90, 61 and 15. RGB value is (144,97,21). Sum of RGB (Red+Green+Blue) = 144+97+21=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #906115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906115 is #6F9EEA. Grayscale: #666666. Windows color (decimal): -7315179 or 1401232. OLE color: 1401232.

HSL color Cylindrical-coordinate representation of color #906115: hue angle of 37.07º 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 #906115 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1449721-
CMYK00.330.850.44
HSL37.07º74.55%32.35%-
HSV(B)37.07º85.42%56.47%-
XYZ15.9114.532.68-
YUV102.3982.07157.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.96%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 21 (8.59% from 255) = 8.02%
R=54.96%
G=37.02%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144972100.330.850.4437.0774.5532.35
Hex906115021552C254b20
Octal22014125041125544511340
Binary10010000110000110101010000110101011011001001011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906115; }

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

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

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

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

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

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

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

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