Shades of Sandstone #6B6864
Tints of Sandstone #6B6864
RGB
CMYK
RGB Variations
Color information
#6B6864 (or 0x6B6864) is known color: Sandstone. HEX triplet: 6B, 68 and 64. RGB value is (107,104,100). Sum of RGB (Red+Green+Blue) = 107+104+100=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6864 is #94979B. Grayscale: #686868. Windows color (decimal): -9738140 or 6580331. OLE color: 6580331.
HSL color Cylindrical-coordinate representation of color #6B6864: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6864 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 100 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.58 |
| HSL | 34.29º | 0.03% | 0.41% | - |
| HSV(B) | 34.29º | 0.07% | 0.42% | - |
| XYZ | 13.31 | 13.95 | 14.05 | - |
| YUV | 104.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 100 | 0 | 0.03 | 0.07 | 0.58 | 34.29 | 0.03 | 0.41 |
| Hex | 6B | 68 | 64 | 0 | 3 | 7 | 3A | 22 | 3 | 29 |
| Octal | 153 | 150 | 144 | 0 | 3 | 7 | 72 | 42 | 3 | 51 |
| Binary | 1101011 | 1101000 | 1100100 | 0 | 11 | 111 | 111010 | 100010 | 11 | 101001 |
Color Harmonies of #6B6864
Complementary color
Monochromatic Colors of #6B6864
Black with #6B6864
Text Example
Text Example
White with #6B6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6864; }
p { color: rgb(107,104,100); }
H1.HeaderClassName
{
color: #6B6864;
}
.AnyTagClassName
{
color: #6B6864;
}
</style>
background-color css
<style>
a { background-color: #6B6864; }
a { background-color: rgb(107,104,100); }
div.DivClassName
{
background-color: #6B6864;
}
.BgClassName
{
background-color: #6B6864;
}
</style>
border-color css
<style>
span { border-color: #6B6864; }
span { border-color: rgb(107,104,100); }
td.TdClassName
{
border-color: #6B6864;
}
.TagClassName
{
border-color: #6B6864;
}
</style>