#906212

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

Shades of Golden Brown #906212

Tints of Golden Brown #906212

Color information

#906212 (or 0x906212) is unknown color: approx Golden Brown. HEX triplet: 90, 62 and 12. RGB value is (144,98,18). Sum of RGB (Red+Green+Blue) = 144+98+18=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #906212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906212 is #6F9DED. Grayscale: #676767. Windows color (decimal): -7314926 or 1204880. OLE color: 1204880.

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

Color convert

RGB1449818-
CMYK00.320.880.44
HSL38.1º77.78%31.76%-
HSV(B)38.1º87.5%56.47%-
XYZ15.9814.712.57-
YUV102.6380.24157.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.38%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 18 (7.42% from 255) = 6.92%
R=55.38%
G=37.69%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144981800.320.880.4438.177.7831.76
Hex906212020582C264e20
Octal22014222040130544611640
Binary10010000110001010010010000010110001011001001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906212; }

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

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

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

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

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

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

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

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