Shades of Sandstone #6D675E
Tints of Sandstone #6D675E
RGB
CMYK
RGB Variations
Color information
#6D675E (or 0x6D675E) is known color: Sandstone. HEX triplet: 6D, 67 and 5E. RGB value is (109,103,94). Sum of RGB (Red+Green+Blue) = 109+103+94=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D675E is #9298A1. Grayscale: #676767. Windows color (decimal): -9607330 or 6186861. OLE color: 6186861.
HSL color Cylindrical-coordinate representation of color #6D675E: hue angle of 36º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D675E is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 94 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.57 |
| HSL | 36º | 0.07% | 0.4% | - |
| HSV(B) | 36º | 0.14% | 0.43% | - |
| XYZ | 13.18 | 13.76 | 12.55 | - |
| YUV | 103.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 94 | 0 | 0.06 | 0.14 | 0.57 | 36 | 0.07 | 0.4 |
| Hex | 6D | 67 | 5E | 0 | 6 | E | 39 | 24 | 7 | 28 |
| Octal | 155 | 147 | 136 | 0 | 6 | 16 | 71 | 44 | 7 | 50 |
| Binary | 1101101 | 1100111 | 1011110 | 0 | 110 | 1110 | 111001 | 100100 | 111 | 101000 |
Color Harmonies of #6D675E
Complementary color
Monochromatic Colors of #6D675E
Black with #6D675E
Text Example
Text Example
White with #6D675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D675E; }
p { color: rgb(109,103,94); }
H1.HeaderClassName
{
color: #6D675E;
}
.AnyTagClassName
{
color: #6D675E;
}
</style>
background-color css
<style>
a { background-color: #6D675E; }
a { background-color: rgb(109,103,94); }
div.DivClassName
{
background-color: #6D675E;
}
.BgClassName
{
background-color: #6D675E;
}
</style>
border-color css
<style>
span { border-color: #6D675E; }
span { border-color: rgb(109,103,94); }
td.TdClassName
{
border-color: #6D675E;
}
.TagClassName
{
border-color: #6D675E;
}
</style>