#906912

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

Shades of Golden Brown #906912

Tints of Golden Brown #906912

Color information

#906912 (or 0x906912) is unknown color: approx Golden Brown. HEX triplet: 90, 69 and 12. RGB value is (144,105,18). Sum of RGB (Red+Green+Blue) = 144+105+18=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #906912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906912 is #6F96ED. Grayscale: #6B6B6B. Windows color (decimal): -7313134 or 1206672. OLE color: 1206672.

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

Color convert

RGB14410518-
CMYK00.270.880.44
HSL41.43º77.78%31.76%-
HSV(B)41.43º87.5%56.47%-
XYZ16.6616.082.8-
YUV106.7477.92154.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.93%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=53.93%
G=39.33%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441051800.270.880.4441.4377.7831.76
Hex90691201B582C294e20
Octal22015122033130545111640
Binary1001000011010011001001101110110001011001010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906912; }

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

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

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

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

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

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

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

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