Shades of Shadow #8A6F4B
Tints of Shadow #8A6F4B
RGB
CMYK
RGB Variations
Color information
#8A6F4B (or 0x8A6F4B) is known color: Shadow. HEX triplet: 8A, 6F and 4B. RGB value is (138,111,75). Sum of RGB (Red+Green+Blue) = 138+111+75=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6F4B is #7590B4. Grayscale: #737373. Windows color (decimal): -7704757 or 4943754. OLE color: 4943754.
HSL color Cylindrical-coordinate representation of color #8A6F4B: hue angle of 34.29º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A6F4B is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 111 | 75 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.46 |
| HSL | 34.29º | 0.3% | 0.42% | - |
| HSV(B) | 34.29º | 0.46% | 0.54% | - |
| XYZ | 17.44 | 17.28 | 9.07 | - |
| YUV | 114.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 111 | 75 | 0 | 0.20 | 0.46 | 0.46 | 34.29 | 0.3 | 0.42 |
| Hex | 8A | 6F | 4B | 0 | 14 | 2E | 2E | 22 | 1E | 2A |
| Octal | 212 | 157 | 113 | 0 | 24 | 56 | 56 | 42 | 36 | 52 |
| Binary | 10001010 | 1101111 | 1001011 | 0 | 10100 | 101110 | 101110 | 100010 | 11110 | 101010 |
Color Harmonies of #8A6F4B
Complementary color
Monochromatic Colors of #8A6F4B
Black with #8A6F4B
Text Example
Text Example
White with #8A6F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6F4B; }
p { color: rgb(138,111,75); }
H1.HeaderClassName
{
color: #8A6F4B;
}
.AnyTagClassName
{
color: #8A6F4B;
}
</style>
background-color css
<style>
a { background-color: #8A6F4B; }
a { background-color: rgb(138,111,75); }
div.DivClassName
{
background-color: #8A6F4B;
}
.BgClassName
{
background-color: #8A6F4B;
}
</style>
border-color css
<style>
span { border-color: #8A6F4B; }
span { border-color: rgb(138,111,75); }
td.TdClassName
{
border-color: #8A6F4B;
}
.TagClassName
{
border-color: #8A6F4B;
}
</style>