Shades of Golden Brown #906C19
Tints of Golden Brown #906C19
RGB
CMYK
RGB Variations
Color information
#906C19 (or 0x906C19) is known color: Golden Brown. HEX triplet: 90, 6C and 19. RGB value is (144,108,25). Sum of RGB (Red+Green+Blue) = 144+108+25=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #906C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906C19 is #6F93E6. Grayscale: #6D6D6D. Windows color (decimal): -7312359 or 1666192. OLE color: 1666192.
HSL color Cylindrical-coordinate representation of color #906C19: hue angle of 41.85º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #906C19 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 25 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.44 |
| HSL | 41.85º | 0.7% | 0.33% | - |
| HSV(B) | 41.85º | 0.83% | 0.56% | - |
| XYZ | 17.04 | 16.72 | 3.25 | - |
| YUV | 109.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 25 | 0 | 0.25 | 0.83 | 0.44 | 41.85 | 0.7 | 0.33 |
| Hex | 90 | 6C | 19 | 0 | 19 | 53 | 2C | 2A | 46 | 21 |
| Octal | 220 | 154 | 31 | 0 | 31 | 123 | 54 | 52 | 106 | 41 |
| Binary | 10010000 | 1101100 | 11001 | 0 | 11001 | 1010011 | 101100 | 101010 | 1000110 | 100001 |
Color Harmonies of #906C19
Complementary color
Monochromatic Colors of #906C19
Black with #906C19
Text Example
Text Example
White with #906C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C19; }
p { color: rgb(144,108,25); }
H1.HeaderClassName
{
color: #906C19;
}
.AnyTagClassName
{
color: #906C19;
}
</style>
background-color css
<style>
a { background-color: #906C19; }
a { background-color: rgb(144,108,25); }
div.DivClassName
{
background-color: #906C19;
}
.BgClassName
{
background-color: #906C19;
}
</style>
border-color css
<style>
span { border-color: #906C19; }
span { border-color: rgb(144,108,25); }
td.TdClassName
{
border-color: #906C19;
}
.TagClassName
{
border-color: #906C19;
}
</style>