Shades of Golden Brown #9C650F
Tints of Golden Brown #9C650F
RGB
CMYK
RGB Variations
Color information
#9C650F (or 0x9C650F) is known color: Golden Brown. HEX triplet: 9C, 65 and 0F. RGB value is (156,101,15). Sum of RGB (Red+Green+Blue) = 156+101+15=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C650F is #639AF0. Grayscale: #6C6C6C. Windows color (decimal): -6527729 or 1009052. OLE color: 1009052.
HSL color Cylindrical-coordinate representation of color #9C650F: hue angle of 36.6º 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 #9C650F is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 15 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.39 |
| HSL | 36.6º | 0.82% | 0.34% | - |
| HSV(B) | 36.6º | 0.9% | 0.61% | - |
| XYZ | 18.45 | 16.41 | 2.65 | - |
| YUV | 107.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 15 | 0 | 0.35 | 0.90 | 0.39 | 36.6 | 0.82 | 0.34 |
| Hex | 9C | 65 | F | 0 | 23 | 5A | 27 | 25 | 52 | 22 |
| Octal | 234 | 145 | 17 | 0 | 43 | 132 | 47 | 45 | 122 | 42 |
| Binary | 10011100 | 1100101 | 1111 | 0 | 100011 | 1011010 | 100111 | 100101 | 1010010 | 100010 |
Color Harmonies of #9C650F
Complementary color
Monochromatic Colors of #9C650F
Black with #9C650F
Text Example
Text Example
White with #9C650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C650F; }
p { color: rgb(156,101,15); }
H1.HeaderClassName
{
color: #9C650F;
}
.AnyTagClassName
{
color: #9C650F;
}
</style>
background-color css
<style>
a { background-color: #9C650F; }
a { background-color: rgb(156,101,15); }
div.DivClassName
{
background-color: #9C650F;
}
.BgClassName
{
background-color: #9C650F;
}
</style>
border-color css
<style>
span { border-color: #9C650F; }
span { border-color: rgb(156,101,15); }
td.TdClassName
{
border-color: #9C650F;
}
.TagClassName
{
border-color: #9C650F;
}
</style>