Shades of Golden Brown #9C691C
Tints of Golden Brown #9C691C
RGB
CMYK
RGB Variations
Color information
#9C691C (or 0x9C691C) is known color: Golden Brown. HEX triplet: 9C, 69 and 1C. RGB value is (156,105,28). Sum of RGB (Red+Green+Blue) = 156+105+28=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C691C is #6396E3. Grayscale: #6F6F6F. Windows color (decimal): -6526692 or 1862044. OLE color: 1862044.
HSL color Cylindrical-coordinate representation of color #9C691C: hue angle of 36.09º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C691C is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 105 | 28 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.39 |
| HSL | 36.09º | 0.7% | 0.36% | - |
| HSV(B) | 36.09º | 0.82% | 0.61% | - |
| XYZ | 18.97 | 17.25 | 3.43 | - |
| YUV | 111.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 28 | 0 | 0.33 | 0.82 | 0.39 | 36.09 | 0.7 | 0.36 |
| Hex | 9C | 69 | 1C | 0 | 21 | 52 | 27 | 24 | 46 | 24 |
| Octal | 234 | 151 | 34 | 0 | 41 | 122 | 47 | 44 | 106 | 44 |
| Binary | 10011100 | 1101001 | 11100 | 0 | 100001 | 1010010 | 100111 | 100100 | 1000110 | 100100 |
Color Harmonies of #9C691C
Complementary color
Monochromatic Colors of #9C691C
Black with #9C691C
Text Example
Text Example
White with #9C691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C691C; }
p { color: rgb(156,105,28); }
H1.HeaderClassName
{
color: #9C691C;
}
.AnyTagClassName
{
color: #9C691C;
}
</style>
background-color css
<style>
a { background-color: #9C691C; }
a { background-color: rgb(156,105,28); }
div.DivClassName
{
background-color: #9C691C;
}
.BgClassName
{
background-color: #9C691C;
}
</style>
border-color css
<style>
span { border-color: #9C691C; }
span { border-color: rgb(156,105,28); }
td.TdClassName
{
border-color: #9C691C;
}
.TagClassName
{
border-color: #9C691C;
}
</style>