Shades of Golden Brown #8D6600
Tints of Golden Brown #8D6600
RGB
CMYK
RGB Variations
Color information
#8D6600 (or 0x8D6600) is known color: Golden Brown. HEX triplet: 8D, 66 and 00. RGB value is (141,102,0). Sum of RGB (Red+Green+Blue) = 141+102+0=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6600 is #7299FF. Grayscale: #666666. Windows color (decimal): -7510528 or 26253. OLE color: 26253.
HSL color Cylindrical-coordinate representation of color #8D6600: hue angle of 43.4º 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 #8D6600 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.45 |
| HSL | 43.4º | 1% | 0.28% | - |
| HSV(B) | 43.4º | 1% | 0.55% | - |
| XYZ | 15.74 | 15.17 | 2.1 | - |
| YUV | 102.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 0 | 0 | 0.28 | 1 | 0.45 | 43.4 | 1 | 0.28 |
| Hex | 8D | 66 | 0 | 0 | 1C | 64 | 2D | 2B | 64 | 1C |
| Octal | 215 | 146 | 0 | 0 | 34 | 144 | 55 | 53 | 144 | 34 |
| Binary | 10001101 | 1100110 | 0 | 0 | 11100 | 1100100 | 101101 | 101011 | 1100100 | 11100 |
Color Harmonies of #8D6600
Complementary color
Monochromatic Colors of #8D6600
Black with #8D6600
Text Example
Text Example
White with #8D6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6600; }
p { color: rgb(141,102,0); }
H1.HeaderClassName
{
color: #8D6600;
}
.AnyTagClassName
{
color: #8D6600;
}
</style>
background-color css
<style>
a { background-color: #8D6600; }
a { background-color: rgb(141,102,0); }
div.DivClassName
{
background-color: #8D6600;
}
.BgClassName
{
background-color: #8D6600;
}
</style>
border-color css
<style>
span { border-color: #8D6600; }
span { border-color: rgb(141,102,0); }
td.TdClassName
{
border-color: #8D6600;
}
.TagClassName
{
border-color: #8D6600;
}
</style>