Shades of Shadow #806F51
Tints of Shadow #806F51
RGB
CMYK
RGB Variations
Color information
#806F51 (or 0x806F51) is known color: Shadow. HEX triplet: 80, 6F and 51. RGB value is (128,111,81). Sum of RGB (Red+Green+Blue) = 128+111+81=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #806F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806F51 is #7F90AE. Grayscale: #707070. Windows color (decimal): -8360111 or 5336960. OLE color: 5336960.
HSL color Cylindrical-coordinate representation of color #806F51: hue angle of 38.3º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #806F51 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 111 | 81 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.50 |
| HSL | 38.3º | 0.22% | 0.41% | - |
| HSV(B) | 38.3º | 0.37% | 0.5% | - |
| XYZ | 16.07 | 16.55 | 10.13 | - |
| YUV | 112.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 81 | 0 | 0.13 | 0.37 | 0.50 | 38.3 | 0.22 | 0.41 |
| Hex | 80 | 6F | 51 | 0 | D | 25 | 32 | 26 | 16 | 29 |
| Octal | 200 | 157 | 121 | 0 | 15 | 45 | 62 | 46 | 26 | 51 |
| Binary | 10000000 | 1101111 | 1010001 | 0 | 1101 | 100101 | 110010 | 100110 | 10110 | 101001 |
Color Harmonies of #806F51
Complementary color
Monochromatic Colors of #806F51
Black with #806F51
Text Example
Text Example
White with #806F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F51; }
p { color: rgb(128,111,81); }
H1.HeaderClassName
{
color: #806F51;
}
.AnyTagClassName
{
color: #806F51;
}
</style>
background-color css
<style>
a { background-color: #806F51; }
a { background-color: rgb(128,111,81); }
div.DivClassName
{
background-color: #806F51;
}
.BgClassName
{
background-color: #806F51;
}
</style>
border-color css
<style>
span { border-color: #806F51; }
span { border-color: rgb(128,111,81); }
td.TdClassName
{
border-color: #806F51;
}
.TagClassName
{
border-color: #806F51;
}
</style>