Shades of Golden Brown #9D6801
Tints of Golden Brown #9D6801
RGB
CMYK
RGB Variations
Color information
#9D6801 (or 0x9D6801) is known color: Golden Brown. HEX triplet: 9D, 68 and 01. RGB value is (157,104,1). Sum of RGB (Red+Green+Blue) = 157+104+1=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6801 is #6297FE. Grayscale: #6C6C6C. Windows color (decimal): -6461439 or 92317. OLE color: 92317.
HSL color Cylindrical-coordinate representation of color #9D6801: hue angle of 39.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D6801 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 104 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.38 |
| HSL | 39.62º | 0.99% | 0.31% | - |
| HSV(B) | 39.62º | 0.99% | 0.62% | - |
| XYZ | 18.86 | 17.07 | 2.33 | - |
| YUV | 108.11 | 67.56 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 1 | 0 | 0.34 | 0.99 | 0.38 | 39.62 | 0.99 | 0.31 |
| Hex | 9D | 68 | 1 | 0 | 22 | 63 | 26 | 28 | 63 | 1F |
| Octal | 235 | 150 | 1 | 0 | 42 | 143 | 46 | 50 | 143 | 37 |
| Binary | 10011101 | 1101000 | 1 | 0 | 100010 | 1100011 | 100110 | 101000 | 1100011 | 11111 |
Color Harmonies of #9D6801
Complementary color
Monochromatic Colors of #9D6801
Black with #9D6801
Text Example
Text Example
White with #9D6801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6801; }
p { color: rgb(157,104,1); }
H1.HeaderClassName
{
color: #9D6801;
}
.AnyTagClassName
{
color: #9D6801;
}
</style>
background-color css
<style>
a { background-color: #9D6801; }
a { background-color: rgb(157,104,1); }
div.DivClassName
{
background-color: #9D6801;
}
.BgClassName
{
background-color: #9D6801;
}
</style>
border-color css
<style>
span { border-color: #9D6801; }
span { border-color: rgb(157,104,1); }
td.TdClassName
{
border-color: #9D6801;
}
.TagClassName
{
border-color: #9D6801;
}
</style>