Shades of Sandstone #726E69
Tints of Sandstone #726E69
RGB
CMYK
RGB Variations
Color information
#726E69 (or 0x726E69) is known color: Sandstone. HEX triplet: 72, 6E and 69. RGB value is (114,110,105). Sum of RGB (Red+Green+Blue) = 114+110+105=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 114 - color contains mainly: red. Hex color #726E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E69 is #8D9196. Grayscale: #6E6E6E. Windows color (decimal): -9277847 or 6909554. OLE color: 6909554.
HSL color Cylindrical-coordinate representation of color #726E69: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #726E69 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 105 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.55 |
| HSL | 33.33º | 0.04% | 0.43% | - |
| HSV(B) | 33.33º | 0.08% | 0.45% | - |
| XYZ | 15.07 | 15.75 | 15.61 | - |
| YUV | 110.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 105 | 0 | 0.04 | 0.08 | 0.55 | 33.33 | 0.04 | 0.43 |
| Hex | 72 | 6E | 69 | 0 | 4 | 8 | 37 | 21 | 4 | 2B |
| Octal | 162 | 156 | 151 | 0 | 4 | 10 | 67 | 41 | 4 | 53 |
| Binary | 1110010 | 1101110 | 1101001 | 0 | 100 | 1000 | 110111 | 100001 | 100 | 101011 |
Color Harmonies of #726E69
Complementary color
Monochromatic Colors of #726E69
Black with #726E69
Text Example
Text Example
White with #726E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E69; }
p { color: rgb(114,110,105); }
H1.HeaderClassName
{
color: #726E69;
}
.AnyTagClassName
{
color: #726E69;
}
</style>
background-color css
<style>
a { background-color: #726E69; }
a { background-color: rgb(114,110,105); }
div.DivClassName
{
background-color: #726E69;
}
.BgClassName
{
background-color: #726E69;
}
</style>
border-color css
<style>
span { border-color: #726E69; }
span { border-color: rgb(114,110,105); }
td.TdClassName
{
border-color: #726E69;
}
.TagClassName
{
border-color: #726E69;
}
</style>