#906812

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

Shades of Golden Brown #906812

Tints of Golden Brown #906812

Color information

#906812 (or 0x906812) is unknown color: approx Golden Brown. HEX triplet: 90, 68 and 12. RGB value is (144,104,18). Sum of RGB (Red+Green+Blue) = 144+104+18=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #906812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906812 is #6F97ED. Grayscale: #6A6A6A. Windows color (decimal): -7313390 or 1206416. OLE color: 1206416.

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

Color convert

RGB14410418-
CMYK00.280.880.44
HSL40.95º77.78%31.76%-
HSV(B)40.95º87.5%56.47%-
XYZ16.5615.872.76-
YUV106.1678.25154.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.14%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=54.14%
G=39.10%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441041800.280.880.4440.9577.7831.76
Hex90681201C582C294e20
Octal22015022034130545111640
Binary1001000011010001001001110010110001011001010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906812; }

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

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

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

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

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

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

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

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