#906D12

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

Shades of Golden Brown #906D12

Tints of Golden Brown #906D12

Color information

#906D12 (or 0x906D12) is unknown color: approx Golden Brown. HEX triplet: 90, 6D and 12. RGB value is (144,109,18). Sum of RGB (Red+Green+Blue) = 144+109+18=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #906D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906D12 is #6F92ED. Grayscale: #6D6D6D. Windows color (decimal): -7312110 or 1207696. OLE color: 1207696.

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

Color convert

RGB14410918-
CMYK00.240.880.44
HSL43.33º77.78%31.76%-
HSV(B)43.33º87.5%56.47%-
XYZ17.0816.912.94-
YUV109.0976.6152.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=53.14%
G=40.22%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441091800.240.880.4443.3377.7831.76
Hex906D12018582C2b4e20
Octal22015522030130545311640
Binary1001000011011011001001100010110001011001010111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906D12; }

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

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

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

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

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

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

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

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