Shades of Golden Brown #9C680D
Tints of Golden Brown #9C680D
RGB
CMYK
RGB Variations
Color information
#9C680D (or 0x9C680D) is known color: Golden Brown. HEX triplet: 9C, 68 and 0D. RGB value is (156,104,13). Sum of RGB (Red+Green+Blue) = 156+104+13=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C680D is #6397F2. Grayscale: #6D6D6D. Windows color (decimal): -6526963 or 878748. OLE color: 878748.
HSL color Cylindrical-coordinate representation of color #9C680D: hue angle of 38.18º degrees, saturation: 0.85, 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 #9C680D is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 13 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.39 |
| HSL | 38.18º | 0.85% | 0.33% | - |
| HSV(B) | 38.18º | 0.92% | 0.61% | - |
| XYZ | 18.73 | 17 | 2.67 | - |
| YUV | 109.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 13 | 0 | 0.33 | 0.92 | 0.39 | 38.18 | 0.85 | 0.33 |
| Hex | 9C | 68 | D | 0 | 21 | 5C | 27 | 26 | 55 | 21 |
| Octal | 234 | 150 | 15 | 0 | 41 | 134 | 47 | 46 | 125 | 41 |
| Binary | 10011100 | 1101000 | 1101 | 0 | 100001 | 1011100 | 100111 | 100110 | 1010101 | 100001 |
Color Harmonies of #9C680D
Complementary color
Monochromatic Colors of #9C680D
Black with #9C680D
Text Example
Text Example
White with #9C680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C680D; }
p { color: rgb(156,104,13); }
H1.HeaderClassName
{
color: #9C680D;
}
.AnyTagClassName
{
color: #9C680D;
}
</style>
background-color css
<style>
a { background-color: #9C680D; }
a { background-color: rgb(156,104,13); }
div.DivClassName
{
background-color: #9C680D;
}
.BgClassName
{
background-color: #9C680D;
}
</style>
border-color css
<style>
span { border-color: #9C680D; }
span { border-color: rgb(156,104,13); }
td.TdClassName
{
border-color: #9C680D;
}
.TagClassName
{
border-color: #9C680D;
}
</style>