Shades of Golden Brown #9D671E
Tints of Golden Brown #9D671E
RGB
CMYK
RGB Variations
Color information
#9D671E (or 0x9D671E) is known color: Golden Brown. HEX triplet: 9D, 67 and 1E. RGB value is (157,103,30). Sum of RGB (Red+Green+Blue) = 157+103+30=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D671E is #6298E1. Grayscale: #6F6F6F. Windows color (decimal): -6461666 or 1992605. OLE color: 1992605.
HSL color Cylindrical-coordinate representation of color #9D671E: hue angle of 34.49º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D671E is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 103 | 30 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.38 |
| HSL | 34.49º | 0.68% | 0.37% | - |
| HSV(B) | 34.49º | 0.81% | 0.62% | - |
| XYZ | 18.99 | 16.96 | 3.5 | - |
| YUV | 110.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 30 | 0 | 0.34 | 0.81 | 0.38 | 34.49 | 0.68 | 0.37 |
| Hex | 9D | 67 | 1E | 0 | 22 | 51 | 26 | 22 | 44 | 25 |
| Octal | 235 | 147 | 36 | 0 | 42 | 121 | 46 | 42 | 104 | 45 |
| Binary | 10011101 | 1100111 | 11110 | 0 | 100010 | 1010001 | 100110 | 100010 | 1000100 | 100101 |
Color Harmonies of #9D671E
Complementary color
Monochromatic Colors of #9D671E
Black with #9D671E
Text Example
Text Example
White with #9D671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D671E; }
p { color: rgb(157,103,30); }
H1.HeaderClassName
{
color: #9D671E;
}
.AnyTagClassName
{
color: #9D671E;
}
</style>
background-color css
<style>
a { background-color: #9D671E; }
a { background-color: rgb(157,103,30); }
div.DivClassName
{
background-color: #9D671E;
}
.BgClassName
{
background-color: #9D671E;
}
</style>
border-color css
<style>
span { border-color: #9D671E; }
span { border-color: rgb(157,103,30); }
td.TdClassName
{
border-color: #9D671E;
}
.TagClassName
{
border-color: #9D671E;
}
</style>