Shades of Golden Brown #9D6B1A
Tints of Golden Brown #9D6B1A
RGB
CMYK
RGB Variations
Color information
#9D6B1A (or 0x9D6B1A) is known color: Golden Brown. HEX triplet: 9D, 6B and 1A. RGB value is (157,107,26). Sum of RGB (Red+Green+Blue) = 157+107+26=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6B1A is #6294E5. Grayscale: #717171. Windows color (decimal): -6460646 or 1731485. OLE color: 1731485.
HSL color Cylindrical-coordinate representation of color #9D6B1A: hue angle of 37.1º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D6B1A is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 107 | 26 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.38 |
| HSL | 37.1º | 0.72% | 0.36% | - |
| HSV(B) | 37.1º | 0.83% | 0.62% | - |
| XYZ | 19.35 | 17.76 | 3.39 | - |
| YUV | 112.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 26 | 0 | 0.32 | 0.83 | 0.38 | 37.1 | 0.72 | 0.36 |
| Hex | 9D | 6B | 1A | 0 | 20 | 53 | 26 | 25 | 48 | 24 |
| Octal | 235 | 153 | 32 | 0 | 40 | 123 | 46 | 45 | 110 | 44 |
| Binary | 10011101 | 1101011 | 11010 | 0 | 100000 | 1010011 | 100110 | 100101 | 1001000 | 100100 |
Color Harmonies of #9D6B1A
Complementary color
Monochromatic Colors of #9D6B1A
Black with #9D6B1A
Text Example
Text Example
White with #9D6B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6B1A; }
p { color: rgb(157,107,26); }
H1.HeaderClassName
{
color: #9D6B1A;
}
.AnyTagClassName
{
color: #9D6B1A;
}
</style>
background-color css
<style>
a { background-color: #9D6B1A; }
a { background-color: rgb(157,107,26); }
div.DivClassName
{
background-color: #9D6B1A;
}
.BgClassName
{
background-color: #9D6B1A;
}
</style>
border-color css
<style>
span { border-color: #9D6B1A; }
span { border-color: rgb(157,107,26); }
td.TdClassName
{
border-color: #9D6B1A;
}
.TagClassName
{
border-color: #9D6B1A;
}
</style>