Shades of Golden Brown #906A14
Tints of Golden Brown #906A14
RGB
CMYK
RGB Variations
Color information
#906A14 (or 0x906A14) is known color: Golden Brown. HEX triplet: 90, 6A and 14. RGB value is (144,106,20). Sum of RGB (Red+Green+Blue) = 144+106+20=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #906A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906A14 is #6F95EB. Grayscale: #6B6B6B. Windows color (decimal): -7312876 or 1338000. OLE color: 1338000.
HSL color Cylindrical-coordinate representation of color #906A14: hue angle of 41.61º 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 #906A14 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 106 | 20 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.44 |
| HSL | 41.61º | 0.76% | 0.32% | - |
| HSV(B) | 41.61º | 0.86% | 0.56% | - |
| XYZ | 16.78 | 16.29 | 2.92 | - |
| YUV | 107.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 20 | 0 | 0.26 | 0.86 | 0.44 | 41.61 | 0.76 | 0.32 |
| Hex | 90 | 6A | 14 | 0 | 1A | 56 | 2C | 2A | 4C | 20 |
| Octal | 220 | 152 | 24 | 0 | 32 | 126 | 54 | 52 | 114 | 40 |
| Binary | 10010000 | 1101010 | 10100 | 0 | 11010 | 1010110 | 101100 | 101010 | 1001100 | 100000 |
Color Harmonies of #906A14
Complementary color
Monochromatic Colors of #906A14
Black with #906A14
Text Example
Text Example
White with #906A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906A14; }
p { color: rgb(144,106,20); }
H1.HeaderClassName
{
color: #906A14;
}
.AnyTagClassName
{
color: #906A14;
}
</style>
background-color css
<style>
a { background-color: #906A14; }
a { background-color: rgb(144,106,20); }
div.DivClassName
{
background-color: #906A14;
}
.BgClassName
{
background-color: #906A14;
}
</style>
border-color css
<style>
span { border-color: #906A14; }
span { border-color: rgb(144,106,20); }
td.TdClassName
{
border-color: #906A14;
}
.TagClassName
{
border-color: #906A14;
}
</style>