Shades of Salt Box #6B4E65
Tints of Salt Box #6B4E65
RGB
CMYK
RGB Variations
Color information
#6B4E65 (or 0x6B4E65) is known color: Salt Box. HEX triplet: 6B, 4E and 65. RGB value is (107,78,101). Sum of RGB (Red+Green+Blue) = 107+78+101=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E65 is #94B19A. Grayscale: #595959. Windows color (decimal): -9744795 or 6639211. OLE color: 6639211.
HSL color Cylindrical-coordinate representation of color #6B4E65: hue angle of 312.41º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B4E65 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 101 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.58 |
| HSL | 312.41º | 0.16% | 0.36% | - |
| HSV(B) | 312.41º | 0.27% | 0.42% | - |
| XYZ | 11.14 | 9.51 | 13.56 | - |
| YUV | 89.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 101 | 0 | 0.27 | 0.06 | 0.58 | 312.41 | 0.16 | 0.36 |
| Hex | 6B | 4E | 65 | 0 | 1B | 6 | 3A | 138 | 10 | 24 |
| Octal | 153 | 116 | 145 | 0 | 33 | 6 | 72 | 470 | 20 | 44 |
| Binary | 1101011 | 1001110 | 1100101 | 0 | 11011 | 110 | 111010 | 100111000 | 10000 | 100100 |
Color Harmonies of #6B4E65
Complementary color
Monochromatic Colors of #6B4E65
Black with #6B4E65
Text Example
Text Example
White with #6B4E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E65; }
p { color: rgb(107,78,101); }
H1.HeaderClassName
{
color: #6B4E65;
}
.AnyTagClassName
{
color: #6B4E65;
}
</style>
background-color css
<style>
a { background-color: #6B4E65; }
a { background-color: rgb(107,78,101); }
div.DivClassName
{
background-color: #6B4E65;
}
.BgClassName
{
background-color: #6B4E65;
}
</style>
border-color css
<style>
span { border-color: #6B4E65; }
span { border-color: rgb(107,78,101); }
td.TdClassName
{
border-color: #6B4E65;
}
.TagClassName
{
border-color: #6B4E65;
}
</style>