Shades of Sandstone #6B6966
Tints of Sandstone #6B6966
RGB
CMYK
RGB Variations
Color information
#6B6966 (or 0x6B6966) is known color: Sandstone. HEX triplet: 6B, 69 and 66. RGB value is (107,105,102). Sum of RGB (Red+Green+Blue) = 107+105+102=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6966 is #949699. Grayscale: #696969. Windows color (decimal): -9737882 or 6711659. OLE color: 6711659.
HSL color Cylindrical-coordinate representation of color #6B6966: hue angle of 36º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6B6966 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 105 | 102 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.58 |
| HSL | 36º | 0.02% | 0.41% | - |
| HSV(B) | 36º | 0.05% | 0.42% | - |
| XYZ | 13.51 | 14.19 | 14.6 | - |
| YUV | 105.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 102 | 0 | 0.02 | 0.05 | 0.58 | 36 | 0.02 | 0.41 |
| Hex | 6B | 69 | 66 | 0 | 2 | 5 | 3A | 24 | 2 | 29 |
| Octal | 153 | 151 | 146 | 0 | 2 | 5 | 72 | 44 | 2 | 51 |
| Binary | 1101011 | 1101001 | 1100110 | 0 | 10 | 101 | 111010 | 100100 | 10 | 101001 |
Color Harmonies of #6B6966
Complementary color
Monochromatic Colors of #6B6966
Black with #6B6966
Text Example
Text Example
White with #6B6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6966; }
p { color: rgb(107,105,102); }
H1.HeaderClassName
{
color: #6B6966;
}
.AnyTagClassName
{
color: #6B6966;
}
</style>
background-color css
<style>
a { background-color: #6B6966; }
a { background-color: rgb(107,105,102); }
div.DivClassName
{
background-color: #6B6966;
}
.BgClassName
{
background-color: #6B6966;
}
</style>
border-color css
<style>
span { border-color: #6B6966; }
span { border-color: rgb(107,105,102); }
td.TdClassName
{
border-color: #6B6966;
}
.TagClassName
{
border-color: #6B6966;
}
</style>