Shades of Salt Box #665C63
Tints of Salt Box #665C63
RGB
CMYK
RGB Variations
Color information
#665C63 (or 0x665C63) is known color: Salt Box. HEX triplet: 66, 5C and 63. RGB value is (102,92,99). Sum of RGB (Red+Green+Blue) = 102+92+99=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 102 - color contains mainly: red. Hex color #665C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C63 is #99A39C. Grayscale: #5F5F5F. Windows color (decimal): -10068893 or 6511718. OLE color: 6511718.
HSL color Cylindrical-coordinate representation of color #665C63: hue angle of 318º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #665C63 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 99 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.6 |
| HSL | 318º | 0.05% | 0.38% | - |
| HSV(B) | 318º | 0.1% | 0.4% | - |
| XYZ | 11.56 | 11.38 | 13.39 | - |
| YUV | 95.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 99 | 0 | 0.10 | 0.03 | 0.6 | 318 | 0.05 | 0.38 |
| Hex | 66 | 5C | 63 | 0 | A | 3 | 3C | 13E | 5 | 26 |
| Octal | 146 | 134 | 143 | 0 | 12 | 3 | 74 | 476 | 5 | 46 |
| Binary | 1100110 | 1011100 | 1100011 | 0 | 1010 | 11 | 111100 | 100111110 | 101 | 100110 |
Color Harmonies of #665C63
Complementary color
Monochromatic Colors of #665C63
Black with #665C63
Text Example
Text Example
White with #665C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C63; }
p { color: rgb(102,92,99); }
H1.HeaderClassName
{
color: #665C63;
}
.AnyTagClassName
{
color: #665C63;
}
</style>
background-color css
<style>
a { background-color: #665C63; }
a { background-color: rgb(102,92,99); }
div.DivClassName
{
background-color: #665C63;
}
.BgClassName
{
background-color: #665C63;
}
</style>
border-color css
<style>
span { border-color: #665C63; }
span { border-color: rgb(102,92,99); }
td.TdClassName
{
border-color: #665C63;
}
.TagClassName
{
border-color: #665C63;
}
</style>