Shades of Golden Brown #9C6903
Tints of Golden Brown #9C6903
RGB
CMYK
RGB Variations
Color information
#9C6903 (or 0x9C6903) is known color: Golden Brown. HEX triplet: 9C, 69 and 03. RGB value is (156,105,3). Sum of RGB (Red+Green+Blue) = 156+105+3=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6903 is #6396FC. Grayscale: #6D6D6D. Windows color (decimal): -6526717 or 223644. OLE color: 223644.
HSL color Cylindrical-coordinate representation of color #9C6903: hue angle of 40º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C6903 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 105 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.39 |
| HSL | 40º | 0.96% | 0.31% | - |
| HSV(B) | 40º | 0.98% | 0.61% | - |
| XYZ | 18.78 | 17.18 | 2.41 | - |
| YUV | 108.62 | 68.4 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 3 | 0 | 0.33 | 0.98 | 0.39 | 40 | 0.96 | 0.31 |
| Hex | 9C | 69 | 3 | 0 | 21 | 62 | 27 | 28 | 60 | 1F |
| Octal | 234 | 151 | 3 | 0 | 41 | 142 | 47 | 50 | 140 | 37 |
| Binary | 10011100 | 1101001 | 11 | 0 | 100001 | 1100010 | 100111 | 101000 | 1100000 | 11111 |
Color Harmonies of #9C6903
Complementary color
Monochromatic Colors of #9C6903
Black with #9C6903
Text Example
Text Example
White with #9C6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6903; }
p { color: rgb(156,105,3); }
H1.HeaderClassName
{
color: #9C6903;
}
.AnyTagClassName
{
color: #9C6903;
}
</style>
background-color css
<style>
a { background-color: #9C6903; }
a { background-color: rgb(156,105,3); }
div.DivClassName
{
background-color: #9C6903;
}
.BgClassName
{
background-color: #9C6903;
}
</style>
border-color css
<style>
span { border-color: #9C6903; }
span { border-color: rgb(156,105,3); }
td.TdClassName
{
border-color: #9C6903;
}
.TagClassName
{
border-color: #9C6903;
}
</style>