Shades of Stonewall #807663
Tints of Stonewall #807663
RGB
CMYK
RGB Variations
Color information
#807663 (or 0x807663) is known color: Stonewall. HEX triplet: 80, 76 and 63. RGB value is (128,118,99). Sum of RGB (Red+Green+Blue) = 128+118+99=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #807663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807663 is #7F899C. Grayscale: #767676. Windows color (decimal): -8358301 or 6518400. OLE color: 6518400.
HSL color Cylindrical-coordinate representation of color #807663: hue angle of 39.31º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #807663 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 99 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.50 |
| HSL | 39.31º | 0.13% | 0.45% | - |
| HSV(B) | 39.31º | 0.23% | 0.5% | - |
| XYZ | 17.63 | 18.45 | 14.44 | - |
| YUV | 118.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 99 | 0 | 0.08 | 0.23 | 0.50 | 39.31 | 0.13 | 0.45 |
| Hex | 80 | 76 | 63 | 0 | 8 | 17 | 32 | 27 | D | 2D |
| Octal | 200 | 166 | 143 | 0 | 10 | 27 | 62 | 47 | 15 | 55 |
| Binary | 10000000 | 1110110 | 1100011 | 0 | 1000 | 10111 | 110010 | 100111 | 1101 | 101101 |
Color Harmonies of #807663
Complementary color
Monochromatic Colors of #807663
Black with #807663
Text Example
Text Example
White with #807663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807663; }
p { color: rgb(128,118,99); }
H1.HeaderClassName
{
color: #807663;
}
.AnyTagClassName
{
color: #807663;
}
</style>
background-color css
<style>
a { background-color: #807663; }
a { background-color: rgb(128,118,99); }
div.DivClassName
{
background-color: #807663;
}
.BgClassName
{
background-color: #807663;
}
</style>
border-color css
<style>
span { border-color: #807663; }
span { border-color: rgb(128,118,99); }
td.TdClassName
{
border-color: #807663;
}
.TagClassName
{
border-color: #807663;
}
</style>