Shades of Golden Brown #906E13
Tints of Golden Brown #906E13
RGB
CMYK
RGB Variations
Color information
#906E13 (or 0x906E13) is known color: Golden Brown. HEX triplet: 90, 6E and 13. RGB value is (144,110,19). Sum of RGB (Red+Green+Blue) = 144+110+19=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #906E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906E13 is #6F91EC. Grayscale: #6E6E6E. Windows color (decimal): -7311853 or 1273488. OLE color: 1273488.
HSL color Cylindrical-coordinate representation of color #906E13: hue angle of 43.68º 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 #906E13 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 110 | 19 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.44 |
| HSL | 43.68º | 0.77% | 0.32% | - |
| HSV(B) | 43.68º | 0.87% | 0.56% | - |
| XYZ | 17.2 | 17.13 | 3.02 | - |
| YUV | 109.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 19 | 0 | 0.24 | 0.87 | 0.44 | 43.68 | 0.77 | 0.32 |
| Hex | 90 | 6E | 13 | 0 | 18 | 57 | 2C | 2C | 4D | 20 |
| Octal | 220 | 156 | 23 | 0 | 30 | 127 | 54 | 54 | 115 | 40 |
| Binary | 10010000 | 1101110 | 10011 | 0 | 11000 | 1010111 | 101100 | 101100 | 1001101 | 100000 |
Color Harmonies of #906E13
Complementary color
Monochromatic Colors of #906E13
Black with #906E13
Text Example
Text Example
White with #906E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906E13; }
p { color: rgb(144,110,19); }
H1.HeaderClassName
{
color: #906E13;
}
.AnyTagClassName
{
color: #906E13;
}
</style>
background-color css
<style>
a { background-color: #906E13; }
a { background-color: rgb(144,110,19); }
div.DivClassName
{
background-color: #906E13;
}
.BgClassName
{
background-color: #906E13;
}
</style>
border-color css
<style>
span { border-color: #906E13; }
span { border-color: rgb(144,110,19); }
td.TdClassName
{
border-color: #906E13;
}
.TagClassName
{
border-color: #906E13;
}
</style>