Shades of Golden Brown #9C650C
Tints of Golden Brown #9C650C
RGB
CMYK
RGB Variations
Color information
#9C650C (or 0x9C650C) is known color: Golden Brown. HEX triplet: 9C, 65 and 0C. RGB value is (156,101,12). Sum of RGB (Red+Green+Blue) = 156+101+12=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C650C is #639AF3. Grayscale: #6B6B6B. Windows color (decimal): -6527732 or 812444. OLE color: 812444.
HSL color Cylindrical-coordinate representation of color #9C650C: hue angle of 37.08º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C650C is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 12 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.39 |
| HSL | 37.08º | 0.86% | 0.33% | - |
| HSV(B) | 37.08º | 0.92% | 0.61% | - |
| XYZ | 18.43 | 16.4 | 2.54 | - |
| YUV | 107.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 12 | 0 | 0.35 | 0.92 | 0.39 | 37.08 | 0.86 | 0.33 |
| Hex | 9C | 65 | C | 0 | 23 | 5C | 27 | 25 | 56 | 21 |
| Octal | 234 | 145 | 14 | 0 | 43 | 134 | 47 | 45 | 126 | 41 |
| Binary | 10011100 | 1100101 | 1100 | 0 | 100011 | 1011100 | 100111 | 100101 | 1010110 | 100001 |
Color Harmonies of #9C650C
Complementary color
Monochromatic Colors of #9C650C
Black with #9C650C
Text Example
Text Example
White with #9C650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C650C; }
p { color: rgb(156,101,12); }
H1.HeaderClassName
{
color: #9C650C;
}
.AnyTagClassName
{
color: #9C650C;
}
</style>
background-color css
<style>
a { background-color: #9C650C; }
a { background-color: rgb(156,101,12); }
div.DivClassName
{
background-color: #9C650C;
}
.BgClassName
{
background-color: #9C650C;
}
</style>
border-color css
<style>
span { border-color: #9C650C; }
span { border-color: rgb(156,101,12); }
td.TdClassName
{
border-color: #9C650C;
}
.TagClassName
{
border-color: #9C650C;
}
</style>