Shades of Golden Brown #9C660F
Tints of Golden Brown #9C660F
RGB
CMYK
RGB Variations
Color information
#9C660F (or 0x9C660F) is known color: Golden Brown. HEX triplet: 9C, 66 and 0F. RGB value is (156,102,15). Sum of RGB (Red+Green+Blue) = 156+102+15=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C660F is #6399F0. Grayscale: #6C6C6C. Windows color (decimal): -6527473 or 1009308. OLE color: 1009308.
HSL color Cylindrical-coordinate representation of color #9C660F: hue angle of 37.02º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C660F is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 15 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.39 |
| HSL | 37.02º | 0.82% | 0.34% | - |
| HSV(B) | 37.02º | 0.9% | 0.61% | - |
| XYZ | 18.55 | 16.61 | 2.68 | - |
| YUV | 108.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 15 | 0 | 0.35 | 0.90 | 0.39 | 37.02 | 0.82 | 0.34 |
| Hex | 9C | 66 | F | 0 | 23 | 5A | 27 | 25 | 52 | 22 |
| Octal | 234 | 146 | 17 | 0 | 43 | 132 | 47 | 45 | 122 | 42 |
| Binary | 10011100 | 1100110 | 1111 | 0 | 100011 | 1011010 | 100111 | 100101 | 1010010 | 100010 |
Color Harmonies of #9C660F
Complementary color
Monochromatic Colors of #9C660F
Black with #9C660F
Text Example
Text Example
White with #9C660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C660F; }
p { color: rgb(156,102,15); }
H1.HeaderClassName
{
color: #9C660F;
}
.AnyTagClassName
{
color: #9C660F;
}
</style>
background-color css
<style>
a { background-color: #9C660F; }
a { background-color: rgb(156,102,15); }
div.DivClassName
{
background-color: #9C660F;
}
.BgClassName
{
background-color: #9C660F;
}
</style>
border-color css
<style>
span { border-color: #9C660F; }
span { border-color: rgb(156,102,15); }
td.TdClassName
{
border-color: #9C660F;
}
.TagClassName
{
border-color: #9C660F;
}
</style>