Shades of Golden Brown #9C6514
Tints of Golden Brown #9C6514
RGB
CMYK
RGB Variations
Color information
#9C6514 (or 0x9C6514) is known color: Golden Brown. HEX triplet: 9C, 65 and 14. RGB value is (156,101,20). Sum of RGB (Red+Green+Blue) = 156+101+20=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6514 is #639AEB. Grayscale: #6C6C6C. Windows color (decimal): -6527724 or 1336732. OLE color: 1336732.
HSL color Cylindrical-coordinate representation of color #9C6514: hue angle of 35.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C6514 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 20 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.39 |
| HSL | 35.74º | 0.77% | 0.35% | - |
| HSV(B) | 35.74º | 0.87% | 0.61% | - |
| XYZ | 18.49 | 16.43 | 2.86 | - |
| YUV | 108.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 20 | 0 | 0.35 | 0.87 | 0.39 | 35.74 | 0.77 | 0.35 |
| Hex | 9C | 65 | 14 | 0 | 23 | 57 | 27 | 24 | 4D | 23 |
| Octal | 234 | 145 | 24 | 0 | 43 | 127 | 47 | 44 | 115 | 43 |
| Binary | 10011100 | 1100101 | 10100 | 0 | 100011 | 1010111 | 100111 | 100100 | 1001101 | 100011 |
Color Harmonies of #9C6514
Complementary color
Monochromatic Colors of #9C6514
Black with #9C6514
Text Example
Text Example
White with #9C6514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6514; }
p { color: rgb(156,101,20); }
H1.HeaderClassName
{
color: #9C6514;
}
.AnyTagClassName
{
color: #9C6514;
}
</style>
background-color css
<style>
a { background-color: #9C6514; }
a { background-color: rgb(156,101,20); }
div.DivClassName
{
background-color: #9C6514;
}
.BgClassName
{
background-color: #9C6514;
}
</style>
border-color css
<style>
span { border-color: #9C6514; }
span { border-color: rgb(156,101,20); }
td.TdClassName
{
border-color: #9C6514;
}
.TagClassName
{
border-color: #9C6514;
}
</style>