Shades of Sandstone #72685B
Tints of Sandstone #72685B
RGB
CMYK
RGB Variations
Color information
#72685B (or 0x72685B) is known color: Sandstone. HEX triplet: 72, 68 and 5B. RGB value is (114,104,91). Sum of RGB (Red+Green+Blue) = 114+104+91=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #72685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72685B is #8D97A4. Grayscale: #696969. Windows color (decimal): -9279397 or 5990514. OLE color: 5990514.
HSL color Cylindrical-coordinate representation of color #72685B: hue angle of 33.91º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72685B is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 91 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.55 |
| HSL | 33.91º | 0.11% | 0.4% | - |
| HSV(B) | 33.91º | 0.2% | 0.45% | - |
| XYZ | 13.78 | 14.23 | 11.92 | - |
| YUV | 105.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 91 | 0 | 0.09 | 0.20 | 0.55 | 33.91 | 0.11 | 0.4 |
| Hex | 72 | 68 | 5B | 0 | 9 | 14 | 37 | 22 | B | 28 |
| Octal | 162 | 150 | 133 | 0 | 11 | 24 | 67 | 42 | 13 | 50 |
| Binary | 1110010 | 1101000 | 1011011 | 0 | 1001 | 10100 | 110111 | 100010 | 1011 | 101000 |
Color Harmonies of #72685B
Complementary color
Monochromatic Colors of #72685B
Black with #72685B
Text Example
Text Example
White with #72685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72685B; }
p { color: rgb(114,104,91); }
H1.HeaderClassName
{
color: #72685B;
}
.AnyTagClassName
{
color: #72685B;
}
</style>
background-color css
<style>
a { background-color: #72685B; }
a { background-color: rgb(114,104,91); }
div.DivClassName
{
background-color: #72685B;
}
.BgClassName
{
background-color: #72685B;
}
</style>
border-color css
<style>
span { border-color: #72685B; }
span { border-color: rgb(114,104,91); }
td.TdClassName
{
border-color: #72685B;
}
.TagClassName
{
border-color: #72685B;
}
</style>