Shades of Golden Brown #9C6918
Tints of Golden Brown #9C6918
RGB
CMYK
RGB Variations
Color information
#9C6918 (or 0x9C6918) is known color: Golden Brown. HEX triplet: 9C, 69 and 18. RGB value is (156,105,24). Sum of RGB (Red+Green+Blue) = 156+105+24=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6918 is #6396E7. Grayscale: #6F6F6F. Windows color (decimal): -6526696 or 1599900. OLE color: 1599900.
HSL color Cylindrical-coordinate representation of color #9C6918: hue angle of 36.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C6918 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 105 | 24 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.39 |
| HSL | 36.82º | 0.73% | 0.35% | - |
| HSV(B) | 36.82º | 0.85% | 0.61% | - |
| XYZ | 18.93 | 17.24 | 3.19 | - |
| YUV | 111.02 | 78.9 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 24 | 0 | 0.33 | 0.85 | 0.39 | 36.82 | 0.73 | 0.35 |
| Hex | 9C | 69 | 18 | 0 | 21 | 55 | 27 | 25 | 49 | 23 |
| Octal | 234 | 151 | 30 | 0 | 41 | 125 | 47 | 45 | 111 | 43 |
| Binary | 10011100 | 1101001 | 11000 | 0 | 100001 | 1010101 | 100111 | 100101 | 1001001 | 100011 |
Color Harmonies of #9C6918
Complementary color
Monochromatic Colors of #9C6918
Black with #9C6918
Text Example
Text Example
White with #9C6918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6918; }
p { color: rgb(156,105,24); }
H1.HeaderClassName
{
color: #9C6918;
}
.AnyTagClassName
{
color: #9C6918;
}
</style>
background-color css
<style>
a { background-color: #9C6918; }
a { background-color: rgb(156,105,24); }
div.DivClassName
{
background-color: #9C6918;
}
.BgClassName
{
background-color: #9C6918;
}
</style>
border-color css
<style>
span { border-color: #9C6918; }
span { border-color: rgb(156,105,24); }
td.TdClassName
{
border-color: #9C6918;
}
.TagClassName
{
border-color: #9C6918;
}
</style>