Shades of Golden Brown #9C640A
Tints of Golden Brown #9C640A
RGB
CMYK
RGB Variations
Color information
#9C640A (or 0x9C640A) is known color: Golden Brown. HEX triplet: 9C, 64 and 0A. RGB value is (156,100,10). Sum of RGB (Red+Green+Blue) = 156+100+10=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C640A is #639BF5. Grayscale: #6A6A6A. Windows color (decimal): -6527990 or 681116. OLE color: 681116.
HSL color Cylindrical-coordinate representation of color #9C640A: hue angle of 36.99º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C640A is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 10 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.39 |
| HSL | 36.99º | 0.88% | 0.33% | - |
| HSV(B) | 36.99º | 0.94% | 0.61% | - |
| XYZ | 18.32 | 16.2 | 2.45 | - |
| YUV | 106.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 10 | 0 | 0.36 | 0.94 | 0.39 | 36.99 | 0.88 | 0.33 |
| Hex | 9C | 64 | A | 0 | 24 | 5E | 27 | 25 | 58 | 21 |
| Octal | 234 | 144 | 12 | 0 | 44 | 136 | 47 | 45 | 130 | 41 |
| Binary | 10011100 | 1100100 | 1010 | 0 | 100100 | 1011110 | 100111 | 100101 | 1011000 | 100001 |
Color Harmonies of #9C640A
Complementary color
Monochromatic Colors of #9C640A
Black with #9C640A
Text Example
Text Example
White with #9C640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C640A; }
p { color: rgb(156,100,10); }
H1.HeaderClassName
{
color: #9C640A;
}
.AnyTagClassName
{
color: #9C640A;
}
</style>
background-color css
<style>
a { background-color: #9C640A; }
a { background-color: rgb(156,100,10); }
div.DivClassName
{
background-color: #9C640A;
}
.BgClassName
{
background-color: #9C640A;
}
</style>
border-color css
<style>
span { border-color: #9C640A; }
span { border-color: rgb(156,100,10); }
td.TdClassName
{
border-color: #9C640A;
}
.TagClassName
{
border-color: #9C640A;
}
</style>