Shades of Salt Box #6C5267
Tints of Salt Box #6C5267
RGB
CMYK
RGB Variations
Color information
#6C5267 (or 0x6C5267) is known color: Salt Box. HEX triplet: 6C, 52 and 67. RGB value is (108,82,103). Sum of RGB (Red+Green+Blue) = 108+82+103=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5267 is #93AD98. Grayscale: #5C5C5C. Windows color (decimal): -9678233 or 6771308. OLE color: 6771308.
HSL color Cylindrical-coordinate representation of color #6C5267: hue angle of 311.54º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C5267 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 82 | 103 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.58 |
| HSL | 311.54º | 0.14% | 0.37% | - |
| HSV(B) | 311.54º | 0.24% | 0.42% | - |
| XYZ | 11.65 | 10.2 | 14.19 | - |
| YUV | 92.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 103 | 0 | 0.24 | 0.05 | 0.58 | 311.54 | 0.14 | 0.37 |
| Hex | 6C | 52 | 67 | 0 | 18 | 5 | 3A | 138 | E | 25 |
| Octal | 154 | 122 | 147 | 0 | 30 | 5 | 72 | 470 | 16 | 45 |
| Binary | 1101100 | 1010010 | 1100111 | 0 | 11000 | 101 | 111010 | 100111000 | 1110 | 100101 |
Color Harmonies of #6C5267
Complementary color
Monochromatic Colors of #6C5267
Black with #6C5267
Text Example
Text Example
White with #6C5267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5267; }
p { color: rgb(108,82,103); }
H1.HeaderClassName
{
color: #6C5267;
}
.AnyTagClassName
{
color: #6C5267;
}
</style>
background-color css
<style>
a { background-color: #6C5267; }
a { background-color: rgb(108,82,103); }
div.DivClassName
{
background-color: #6C5267;
}
.BgClassName
{
background-color: #6C5267;
}
</style>
border-color css
<style>
span { border-color: #6C5267; }
span { border-color: rgb(108,82,103); }
td.TdClassName
{
border-color: #6C5267;
}
.TagClassName
{
border-color: #6C5267;
}
</style>