#906205

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

Shades of Golden Brown #906205

Tints of Golden Brown #906205

Color information

#906205 (or 0x906205) is unknown color: approx Golden Brown. HEX triplet: 90, 62 and 05. RGB value is (144,98,5). Sum of RGB (Red+Green+Blue) = 144+98+5=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #906205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906205 is #6F9DFA. Grayscale: #656565. Windows color (decimal): -7314939 or 352912. OLE color: 352912.

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

Color convert

RGB144985-
CMYK00.320.970.44
HSL40.14º93.29%29.22%-
HSV(B)40.14º96.53%56.47%-
XYZ15.914.682.14-
YUV101.1573.74158.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.30%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=58.30%
G=39.68%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14498500.320.970.4440.1493.2929.22
Hex90625020612C285d1d
Octal2201425040141545013535
Binary10010000110001010101000001100001101100101000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906205; }

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

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

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

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

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

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

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

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