Shades of Golden Brown #9C670E
Tints of Golden Brown #9C670E
RGB
CMYK
RGB Variations
Color information
#9C670E (or 0x9C670E) is known color: Golden Brown. HEX triplet: 9C, 67 and 0E. RGB value is (156,103,14). Sum of RGB (Red+Green+Blue) = 156+103+14=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C670E is #6398F1. Grayscale: #6D6D6D. Windows color (decimal): -6527218 or 944028. OLE color: 944028.
HSL color Cylindrical-coordinate representation of color #9C670E: hue angle of 37.61º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C670E is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 14 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.39 |
| HSL | 37.61º | 0.84% | 0.33% | - |
| HSV(B) | 37.61º | 0.91% | 0.61% | - |
| XYZ | 18.64 | 16.8 | 2.68 | - |
| YUV | 108.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 14 | 0 | 0.34 | 0.91 | 0.39 | 37.61 | 0.84 | 0.33 |
| Hex | 9C | 67 | E | 0 | 22 | 5B | 27 | 26 | 54 | 21 |
| Octal | 234 | 147 | 16 | 0 | 42 | 133 | 47 | 46 | 124 | 41 |
| Binary | 10011100 | 1100111 | 1110 | 0 | 100010 | 1011011 | 100111 | 100110 | 1010100 | 100001 |
Color Harmonies of #9C670E
Complementary color
Monochromatic Colors of #9C670E
Black with #9C670E
Text Example
Text Example
White with #9C670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C670E; }
p { color: rgb(156,103,14); }
H1.HeaderClassName
{
color: #9C670E;
}
.AnyTagClassName
{
color: #9C670E;
}
</style>
background-color css
<style>
a { background-color: #9C670E; }
a { background-color: rgb(156,103,14); }
div.DivClassName
{
background-color: #9C670E;
}
.BgClassName
{
background-color: #9C670E;
}
</style>
border-color css
<style>
span { border-color: #9C670E; }
span { border-color: rgb(156,103,14); }
td.TdClassName
{
border-color: #9C670E;
}
.TagClassName
{
border-color: #9C670E;
}
</style>