#906213

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

Shades of Golden Brown #906213

Tints of Golden Brown #906213

Color information

#906213 (or 0x906213) is unknown color: approx Golden Brown. HEX triplet: 90, 62 and 13. RGB value is (144,98,19). Sum of RGB (Red+Green+Blue) = 144+98+19=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #906213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906213 is #6F9DEC. Grayscale: #676767. Windows color (decimal): -7314925 or 1270416. OLE color: 1270416.

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

Color convert

RGB1449819-
CMYK00.320.870.44
HSL37.92º76.69%31.96%-
HSV(B)37.92º86.81%56.47%-
XYZ15.9914.712.61-
YUV102.7580.74157.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.17%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 19 (7.81% from 255) = 7.28%
R=55.17%
G=37.55%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144981900.320.870.4437.9276.6931.96
Hex906213020572C264d20
Octal22014223040127544611540
Binary10010000110001010011010000010101111011001001101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906213; }

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

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

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

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

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

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

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

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