Shades of Golden Brown #9C6A1B
Tints of Golden Brown #9C6A1B
RGB
CMYK
RGB Variations
Color information
#9C6A1B (or 0x9C6A1B) is known color: Golden Brown. HEX triplet: 9C, 6A and 1B. RGB value is (156,106,27). Sum of RGB (Red+Green+Blue) = 156+106+27=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6A1B is #6395E4. Grayscale: #707070. Windows color (decimal): -6526437 or 1796764. OLE color: 1796764.
HSL color Cylindrical-coordinate representation of color #9C6A1B: hue angle of 36.74º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C6A1B is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 27 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.39 |
| HSL | 36.74º | 0.7% | 0.36% | - |
| HSV(B) | 36.74º | 0.83% | 0.61% | - |
| XYZ | 19.06 | 17.46 | 3.4 | - |
| YUV | 111.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 27 | 0 | 0.32 | 0.83 | 0.39 | 36.74 | 0.7 | 0.36 |
| Hex | 9C | 6A | 1B | 0 | 20 | 53 | 27 | 25 | 46 | 24 |
| Octal | 234 | 152 | 33 | 0 | 40 | 123 | 47 | 45 | 106 | 44 |
| Binary | 10011100 | 1101010 | 11011 | 0 | 100000 | 1010011 | 100111 | 100101 | 1000110 | 100100 |
Color Harmonies of #9C6A1B
Complementary color
Monochromatic Colors of #9C6A1B
Black with #9C6A1B
Text Example
Text Example
White with #9C6A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A1B; }
p { color: rgb(156,106,27); }
H1.HeaderClassName
{
color: #9C6A1B;
}
.AnyTagClassName
{
color: #9C6A1B;
}
</style>
background-color css
<style>
a { background-color: #9C6A1B; }
a { background-color: rgb(156,106,27); }
div.DivClassName
{
background-color: #9C6A1B;
}
.BgClassName
{
background-color: #9C6A1B;
}
</style>
border-color css
<style>
span { border-color: #9C6A1B; }
span { border-color: rgb(156,106,27); }
td.TdClassName
{
border-color: #9C6A1B;
}
.TagClassName
{
border-color: #9C6A1B;
}
</style>