Shades of Golden Brown #9D6E1C
Tints of Golden Brown #9D6E1C
RGB
CMYK
RGB Variations
Color information
#9D6E1C (or 0x9D6E1C) is known color: Golden Brown. HEX triplet: 9D, 6E and 1C. RGB value is (157,110,28). Sum of RGB (Red+Green+Blue) = 157+110+28=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6E1C is #6291E3. Grayscale: #737373. Windows color (decimal): -6459876 or 1863325. OLE color: 1863325.
HSL color Cylindrical-coordinate representation of color #9D6E1C: hue angle of 38.14º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D6E1C is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 110 | 28 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.38 |
| HSL | 38.14º | 0.7% | 0.36% | - |
| HSV(B) | 38.14º | 0.82% | 0.62% | - |
| XYZ | 19.69 | 18.4 | 3.61 | - |
| YUV | 114.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 110 | 28 | 0 | 0.30 | 0.82 | 0.38 | 38.14 | 0.7 | 0.36 |
| Hex | 9D | 6E | 1C | 0 | 1E | 52 | 26 | 26 | 46 | 24 |
| Octal | 235 | 156 | 34 | 0 | 36 | 122 | 46 | 46 | 106 | 44 |
| Binary | 10011101 | 1101110 | 11100 | 0 | 11110 | 1010010 | 100110 | 100110 | 1000110 | 100100 |
Color Harmonies of #9D6E1C
Complementary color
Monochromatic Colors of #9D6E1C
Black with #9D6E1C
Text Example
Text Example
White with #9D6E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6E1C; }
p { color: rgb(157,110,28); }
H1.HeaderClassName
{
color: #9D6E1C;
}
.AnyTagClassName
{
color: #9D6E1C;
}
</style>
background-color css
<style>
a { background-color: #9D6E1C; }
a { background-color: rgb(157,110,28); }
div.DivClassName
{
background-color: #9D6E1C;
}
.BgClassName
{
background-color: #9D6E1C;
}
</style>
border-color css
<style>
span { border-color: #9D6E1C; }
span { border-color: rgb(157,110,28); }
td.TdClassName
{
border-color: #9D6E1C;
}
.TagClassName
{
border-color: #9D6E1C;
}
</style>