Shades of Golden Brown #906C14
Tints of Golden Brown #906C14
RGB
CMYK
RGB Variations
Color information
#906C14 (or 0x906C14) is known color: Golden Brown. HEX triplet: 90, 6C and 14. RGB value is (144,108,20). Sum of RGB (Red+Green+Blue) = 144+108+20=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #906C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906C14 is #6F93EB. Grayscale: #6D6D6D. Windows color (decimal): -7312364 or 1338512. OLE color: 1338512.
HSL color Cylindrical-coordinate representation of color #906C14: hue angle of 42.58º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #906C14 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 20 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.44 |
| HSL | 42.58º | 0.76% | 0.32% | - |
| HSV(B) | 42.58º | 0.86% | 0.56% | - |
| XYZ | 16.99 | 16.7 | 2.99 | - |
| YUV | 108.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 20 | 0 | 0.25 | 0.86 | 0.44 | 42.58 | 0.76 | 0.32 |
| Hex | 90 | 6C | 14 | 0 | 19 | 56 | 2C | 2B | 4C | 20 |
| Octal | 220 | 154 | 24 | 0 | 31 | 126 | 54 | 53 | 114 | 40 |
| Binary | 10010000 | 1101100 | 10100 | 0 | 11001 | 1010110 | 101100 | 101011 | 1001100 | 100000 |
Color Harmonies of #906C14
Complementary color
Monochromatic Colors of #906C14
Black with #906C14
Text Example
Text Example
White with #906C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C14; }
p { color: rgb(144,108,20); }
H1.HeaderClassName
{
color: #906C14;
}
.AnyTagClassName
{
color: #906C14;
}
</style>
background-color css
<style>
a { background-color: #906C14; }
a { background-color: rgb(144,108,20); }
div.DivClassName
{
background-color: #906C14;
}
.BgClassName
{
background-color: #906C14;
}
</style>
border-color css
<style>
span { border-color: #906C14; }
span { border-color: rgb(144,108,20); }
td.TdClassName
{
border-color: #906C14;
}
.TagClassName
{
border-color: #906C14;
}
</style>