Shades of Golden Brown #9C6B06
Tints of Golden Brown #9C6B06
RGB
CMYK
RGB Variations
Color information
#9C6B06 (or 0x9C6B06) is known color: Golden Brown. HEX triplet: 9C, 6B and 06. RGB value is (156,107,6). Sum of RGB (Red+Green+Blue) = 156+107+6=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6B06 is #6394F9. Grayscale: #6E6E6E. Windows color (decimal): -6526202 or 420764. OLE color: 420764.
HSL color Cylindrical-coordinate representation of color #9C6B06: hue angle of 40.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C6B06 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 107 | 6 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.39 |
| HSL | 40.4º | 0.93% | 0.32% | - |
| HSV(B) | 40.4º | 0.96% | 0.61% | - |
| XYZ | 19 | 17.6 | 2.57 | - |
| YUV | 110.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 6 | 0 | 0.31 | 0.96 | 0.39 | 40.4 | 0.93 | 0.32 |
| Hex | 9C | 6B | 6 | 0 | 1F | 60 | 27 | 28 | 5D | 20 |
| Octal | 234 | 153 | 6 | 0 | 37 | 140 | 47 | 50 | 135 | 40 |
| Binary | 10011100 | 1101011 | 110 | 0 | 11111 | 1100000 | 100111 | 101000 | 1011101 | 100000 |
Color Harmonies of #9C6B06
Complementary color
Monochromatic Colors of #9C6B06
Black with #9C6B06
Text Example
Text Example
White with #9C6B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6B06; }
p { color: rgb(156,107,6); }
H1.HeaderClassName
{
color: #9C6B06;
}
.AnyTagClassName
{
color: #9C6B06;
}
</style>
background-color css
<style>
a { background-color: #9C6B06; }
a { background-color: rgb(156,107,6); }
div.DivClassName
{
background-color: #9C6B06;
}
.BgClassName
{
background-color: #9C6B06;
}
</style>
border-color css
<style>
span { border-color: #9C6B06; }
span { border-color: rgb(156,107,6); }
td.TdClassName
{
border-color: #9C6B06;
}
.TagClassName
{
border-color: #9C6B06;
}
</style>