Shades of Salt Box #665364
Tints of Salt Box #665364
RGB
CMYK
RGB Variations
Color information
#665364 (or 0x665364) is known color: Salt Box. HEX triplet: 66, 53 and 64. RGB value is (102,83,100). Sum of RGB (Red+Green+Blue) = 102+83+100=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #665364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665364 is #99AC9B. Grayscale: #5A5A5A. Windows color (decimal): -10071196 or 6574950. OLE color: 6574950.
HSL color Cylindrical-coordinate representation of color #665364: hue angle of 306.32º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #665364 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 100 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.6 |
| HSL | 306.32º | 0.1% | 0.36% | - |
| HSV(B) | 306.32º | 0.19% | 0.4% | - |
| XYZ | 10.87 | 9.93 | 13.4 | - |
| YUV | 90.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 100 | 0 | 0.19 | 0.02 | 0.6 | 306.32 | 0.1 | 0.36 |
| Hex | 66 | 53 | 64 | 0 | 13 | 2 | 3C | 132 | A | 24 |
| Octal | 146 | 123 | 144 | 0 | 23 | 2 | 74 | 462 | 12 | 44 |
| Binary | 1100110 | 1010011 | 1100100 | 0 | 10011 | 10 | 111100 | 100110010 | 1010 | 100100 |
Color Harmonies of #665364
Complementary color
Monochromatic Colors of #665364
Black with #665364
Text Example
Text Example
White with #665364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665364; }
p { color: rgb(102,83,100); }
H1.HeaderClassName
{
color: #665364;
}
.AnyTagClassName
{
color: #665364;
}
</style>
background-color css
<style>
a { background-color: #665364; }
a { background-color: rgb(102,83,100); }
div.DivClassName
{
background-color: #665364;
}
.BgClassName
{
background-color: #665364;
}
</style>
border-color css
<style>
span { border-color: #665364; }
span { border-color: rgb(102,83,100); }
td.TdClassName
{
border-color: #665364;
}
.TagClassName
{
border-color: #665364;
}
</style>