Shades of Golden Brown #8D6100
Tints of Golden Brown #8D6100
RGB
CMYK
RGB Variations
Color information
#8D6100 (or 0x8D6100) is known color: Golden Brown. HEX triplet: 8D, 61 and 00. RGB value is (141,97,0). Sum of RGB (Red+Green+Blue) = 141+97+0=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6100 is #729EFF. Grayscale: #636363. Windows color (decimal): -7511808 or 24973. OLE color: 24973.
HSL color Cylindrical-coordinate representation of color #8D6100: hue angle of 41.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D6100 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.45 |
| HSL | 41.28º | 1% | 0.28% | - |
| HSV(B) | 41.28º | 1% | 0.55% | - |
| XYZ | 15.26 | 14.21 | 1.94 | - |
| YUV | 99.1 | 72.08 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 0 | 0 | 0.31 | 1 | 0.45 | 41.28 | 1 | 0.28 |
| Hex | 8D | 61 | 0 | 0 | 1F | 64 | 2D | 29 | 64 | 1C |
| Octal | 215 | 141 | 0 | 0 | 37 | 144 | 55 | 51 | 144 | 34 |
| Binary | 10001101 | 1100001 | 0 | 0 | 11111 | 1100100 | 101101 | 101001 | 1100100 | 11100 |
Color Harmonies of #8D6100
Complementary color
Monochromatic Colors of #8D6100
Black with #8D6100
Text Example
Text Example
White with #8D6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6100; }
p { color: rgb(141,97,0); }
H1.HeaderClassName
{
color: #8D6100;
}
.AnyTagClassName
{
color: #8D6100;
}
</style>
background-color css
<style>
a { background-color: #8D6100; }
a { background-color: rgb(141,97,0); }
div.DivClassName
{
background-color: #8D6100;
}
.BgClassName
{
background-color: #8D6100;
}
</style>
border-color css
<style>
span { border-color: #8D6100; }
span { border-color: rgb(141,97,0); }
td.TdClassName
{
border-color: #8D6100;
}
.TagClassName
{
border-color: #8D6100;
}
</style>