Shades of Shadow #8A6D4D
Tints of Shadow #8A6D4D
RGB
CMYK
RGB Variations
Color information
#8A6D4D (or 0x8A6D4D) is known color: Shadow. HEX triplet: 8A, 6D and 4D. RGB value is (138,109,77). Sum of RGB (Red+Green+Blue) = 138+109+77=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6D4D is #7592B2. Grayscale: #727272. Windows color (decimal): -7705267 or 5074314. OLE color: 5074314.
HSL color Cylindrical-coordinate representation of color #8A6D4D: hue angle of 31.48º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A6D4D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 77 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.46 |
| HSL | 31.48º | 0.28% | 0.42% | - |
| HSV(B) | 31.48º | 0.44% | 0.54% | - |
| XYZ | 17.29 | 16.88 | 9.37 | - |
| YUV | 114.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 77 | 0 | 0.21 | 0.44 | 0.46 | 31.48 | 0.28 | 0.42 |
| Hex | 8A | 6D | 4D | 0 | 15 | 2C | 2E | 1F | 1C | 2A |
| Octal | 212 | 155 | 115 | 0 | 25 | 54 | 56 | 37 | 34 | 52 |
| Binary | 10001010 | 1101101 | 1001101 | 0 | 10101 | 101100 | 101110 | 11111 | 11100 | 101010 |
Color Harmonies of #8A6D4D
Complementary color
Monochromatic Colors of #8A6D4D
Black with #8A6D4D
Text Example
Text Example
White with #8A6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D4D; }
p { color: rgb(138,109,77); }
H1.HeaderClassName
{
color: #8A6D4D;
}
.AnyTagClassName
{
color: #8A6D4D;
}
</style>
background-color css
<style>
a { background-color: #8A6D4D; }
a { background-color: rgb(138,109,77); }
div.DivClassName
{
background-color: #8A6D4D;
}
.BgClassName
{
background-color: #8A6D4D;
}
</style>
border-color css
<style>
span { border-color: #8A6D4D; }
span { border-color: rgb(138,109,77); }
td.TdClassName
{
border-color: #8A6D4D;
}
.TagClassName
{
border-color: #8A6D4D;
}
</style>