Shades of Salt Box #6B4A65
Tints of Salt Box #6B4A65
RGB
CMYK
RGB Variations
Color information
#6B4A65 (or 0x6B4A65) is known color: Salt Box. HEX triplet: 6B, 4A and 65. RGB value is (107,74,101). Sum of RGB (Red+Green+Blue) = 107+74+101=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4A65 is #94B59A. Grayscale: #565656. Windows color (decimal): -9745819 or 6638187. OLE color: 6638187.
HSL color Cylindrical-coordinate representation of color #6B4A65: hue angle of 310.91º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B4A65 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 74 | 101 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.58 |
| HSL | 310.91º | 0.18% | 0.35% | - |
| HSV(B) | 310.91º | 0.31% | 0.42% | - |
| XYZ | 10.86 | 8.96 | 13.47 | - |
| YUV | 86.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 101 | 0 | 0.31 | 0.06 | 0.58 | 310.91 | 0.18 | 0.35 |
| Hex | 6B | 4A | 65 | 0 | 1F | 6 | 3A | 137 | 12 | 23 |
| Octal | 153 | 112 | 145 | 0 | 37 | 6 | 72 | 467 | 22 | 43 |
| Binary | 1101011 | 1001010 | 1100101 | 0 | 11111 | 110 | 111010 | 100110111 | 10010 | 100011 |
Color Harmonies of #6B4A65
Complementary color
Monochromatic Colors of #6B4A65
Black with #6B4A65
Text Example
Text Example
White with #6B4A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4A65; }
p { color: rgb(107,74,101); }
H1.HeaderClassName
{
color: #6B4A65;
}
.AnyTagClassName
{
color: #6B4A65;
}
</style>
background-color css
<style>
a { background-color: #6B4A65; }
a { background-color: rgb(107,74,101); }
div.DivClassName
{
background-color: #6B4A65;
}
.BgClassName
{
background-color: #6B4A65;
}
</style>
border-color css
<style>
span { border-color: #6B4A65; }
span { border-color: rgb(107,74,101); }
td.TdClassName
{
border-color: #6B4A65;
}
.TagClassName
{
border-color: #6B4A65;
}
</style>