#906005

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

Shades of Golden Brown #906005

Tints of Golden Brown #906005

Color information

#906005 (or 0x906005) is unknown color: approx Golden Brown. HEX triplet: 90, 60 and 05. RGB value is (144,96,5). Sum of RGB (Red+Green+Blue) = 144+96+5=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #906005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906005 is #6F9FFA. Grayscale: #646464. Windows color (decimal): -7315451 or 352400. OLE color: 352400.

HSL color Cylindrical-coordinate representation of color #906005: hue angle of 39.28º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #906005 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB144965-
CMYK00.330.970.44
HSL39.28º93.29%29.22%-
HSV(B)39.28º96.53%56.47%-
XYZ15.7114.312.08-
YUV99.9874.4159.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.78%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=58.78%
G=39.18%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14496500.330.970.4439.2893.2929.22
Hex90605021612C275d1d
Octal2201405041141544713535
Binary10010000110000010101000011100001101100100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906005; }

 p { color: rgb(144,96,5); }

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

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

 a { background-color: rgb(144,96,5); }

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

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

 span { border-color: rgb(144,96,5); }

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