Shades of Golden Brown #906E0C
Tints of Golden Brown #906E0C
RGB
CMYK
RGB Variations
Color information
#906E0C (or 0x906E0C) is known color: Golden Brown. HEX triplet: 90, 6E and 0C. RGB value is (144,110,12). Sum of RGB (Red+Green+Blue) = 144+110+12=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #906E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906E0C is #6F91F3. Grayscale: #6D6D6D. Windows color (decimal): -7311860 or 814736. OLE color: 814736.
HSL color Cylindrical-coordinate representation of color #906E0C: hue angle of 44.55º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #906E0C is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 110 | 12 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.44 |
| HSL | 44.55º | 0.85% | 0.31% | - |
| HSV(B) | 44.55º | 0.92% | 0.56% | - |
| XYZ | 17.14 | 17.11 | 2.75 | - |
| YUV | 108.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 12 | 0 | 0.24 | 0.92 | 0.44 | 44.55 | 0.85 | 0.31 |
| Hex | 90 | 6E | C | 0 | 18 | 5C | 2C | 2D | 55 | 1F |
| Octal | 220 | 156 | 14 | 0 | 30 | 134 | 54 | 55 | 125 | 37 |
| Binary | 10010000 | 1101110 | 1100 | 0 | 11000 | 1011100 | 101100 | 101101 | 1010101 | 11111 |
Color Harmonies of #906E0C
Complementary color
Monochromatic Colors of #906E0C
Black with #906E0C
Text Example
Text Example
White with #906E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906E0C; }
p { color: rgb(144,110,12); }
H1.HeaderClassName
{
color: #906E0C;
}
.AnyTagClassName
{
color: #906E0C;
}
</style>
background-color css
<style>
a { background-color: #906E0C; }
a { background-color: rgb(144,110,12); }
div.DivClassName
{
background-color: #906E0C;
}
.BgClassName
{
background-color: #906E0C;
}
</style>
border-color css
<style>
span { border-color: #906E0C; }
span { border-color: rgb(144,110,12); }
td.TdClassName
{
border-color: #906E0C;
}
.TagClassName
{
border-color: #906E0C;
}
</style>