Shades of Salt Box #6B4C65
Tints of Salt Box #6B4C65
RGB
CMYK
RGB Variations
Color information
#6B4C65 (or 0x6B4C65) is known color: Salt Box. HEX triplet: 6B, 4C and 65. RGB value is (107,76,101). Sum of RGB (Red+Green+Blue) = 107+76+101=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4C65 is #94B39A. Grayscale: #585858. Windows color (decimal): -9745307 or 6638699. OLE color: 6638699.
HSL color Cylindrical-coordinate representation of color #6B4C65: hue angle of 311.61º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B4C65 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 101 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.58 |
| HSL | 311.61º | 0.17% | 0.36% | - |
| HSV(B) | 311.61º | 0.29% | 0.42% | - |
| XYZ | 11 | 9.23 | 13.51 | - |
| YUV | 88.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 101 | 0 | 0.29 | 0.06 | 0.58 | 311.61 | 0.17 | 0.36 |
| Hex | 6B | 4C | 65 | 0 | 1D | 6 | 3A | 138 | 11 | 24 |
| Octal | 153 | 114 | 145 | 0 | 35 | 6 | 72 | 470 | 21 | 44 |
| Binary | 1101011 | 1001100 | 1100101 | 0 | 11101 | 110 | 111010 | 100111000 | 10001 | 100100 |
Color Harmonies of #6B4C65
Complementary color
Monochromatic Colors of #6B4C65
Black with #6B4C65
Text Example
Text Example
White with #6B4C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C65; }
p { color: rgb(107,76,101); }
H1.HeaderClassName
{
color: #6B4C65;
}
.AnyTagClassName
{
color: #6B4C65;
}
</style>
background-color css
<style>
a { background-color: #6B4C65; }
a { background-color: rgb(107,76,101); }
div.DivClassName
{
background-color: #6B4C65;
}
.BgClassName
{
background-color: #6B4C65;
}
</style>
border-color css
<style>
span { border-color: #6B4C65; }
span { border-color: rgb(107,76,101); }
td.TdClassName
{
border-color: #6B4C65;
}
.TagClassName
{
border-color: #6B4C65;
}
</style>