Shades of Sandstone #6B6761
Tints of Sandstone #6B6761
RGB
CMYK
RGB Variations
Color information
#6B6761 (or 0x6B6761) is known color: Sandstone. HEX triplet: 6B, 67 and 61. RGB value is (107,103,97). Sum of RGB (Red+Green+Blue) = 107+103+97=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6761 is #94989E. Grayscale: #676767. Windows color (decimal): -9738399 or 6383467. OLE color: 6383467.
HSL color Cylindrical-coordinate representation of color #6B6761: hue angle of 36º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B6761 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 103 | 97 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.58 |
| HSL | 36º | 0.05% | 0.4% | - |
| HSV(B) | 36º | 0.09% | 0.42% | - |
| XYZ | 13.07 | 13.69 | 13.26 | - |
| YUV | 103.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 97 | 0 | 0.04 | 0.09 | 0.58 | 36 | 0.05 | 0.4 |
| Hex | 6B | 67 | 61 | 0 | 4 | 9 | 3A | 24 | 5 | 28 |
| Octal | 153 | 147 | 141 | 0 | 4 | 11 | 72 | 44 | 5 | 50 |
| Binary | 1101011 | 1100111 | 1100001 | 0 | 100 | 1001 | 111010 | 100100 | 101 | 101000 |
Color Harmonies of #6B6761
Complementary color
Monochromatic Colors of #6B6761
Black with #6B6761
Text Example
Text Example
White with #6B6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6761; }
p { color: rgb(107,103,97); }
H1.HeaderClassName
{
color: #6B6761;
}
.AnyTagClassName
{
color: #6B6761;
}
</style>
background-color css
<style>
a { background-color: #6B6761; }
a { background-color: rgb(107,103,97); }
div.DivClassName
{
background-color: #6B6761;
}
.BgClassName
{
background-color: #6B6761;
}
</style>
border-color css
<style>
span { border-color: #6B6761; }
span { border-color: rgb(107,103,97); }
td.TdClassName
{
border-color: #6B6761;
}
.TagClassName
{
border-color: #6B6761;
}
</style>