#906502

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

Shades of Golden Brown #906502

Tints of Golden Brown #906502

Color information

#906502 (or 0x906502) is unknown color: approx Golden Brown. HEX triplet: 90, 65 and 02. RGB value is (144,101,2). Sum of RGB (Red+Green+Blue) = 144+101+2=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #906502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906502 is #6F9AFD. Grayscale: #676767. Windows color (decimal): -7314174 or 157072. OLE color: 157072.

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

Color convert

RGB1441012-
CMYK00.300.990.44
HSL41.83º97.26%28.63%-
HSV(B)41.83º98.61%56.47%-
XYZ16.1715.242.15-
YUV102.5771.25157.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.30%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=58.30%
G=40.89%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144101200.300.990.4441.8397.2628.63
Hex9065201E632C2a611d
Octal2201452036143545214135
Binary100100001100101100111101100011101100101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906502; }

 p { color: rgb(144,101,2); }

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

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

 a { background-color: rgb(144,101,2); }

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

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

 span { border-color: rgb(144,101,2); }

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