Shades of Salt Box #666366
Tints of Salt Box #666366
RGB
CMYK
RGB Variations
Color information
#666366 (or 0x666366) is known color: Salt Box. HEX triplet: 66, 63 and 66. RGB value is (102,99,102). Sum of RGB (Red+Green+Blue) = 102+99+102=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #666366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666366 is #999C99. Grayscale: #646464. Windows color (decimal): -10067098 or 6710118. OLE color: 6710118.
HSL color Cylindrical-coordinate representation of color #666366: hue angle of 300º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #666366 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
RGB | 102 | 99 | 102 | - |
CMYK | 0 | 0.03 | 0 | 0.6 |
HSL | 300º | 0.01% | 0.39% | - |
HSV(B) | 300º | 0.03% | 0.4% | - |
XYZ | 12.34 | 12.71 | 14.37 | - |
YUV | 100.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 99 | 102 | 0 | 0.03 | 0 | 0.6 | 300 | 0.01 | 0.39 |
Hex | 66 | 63 | 66 | 0 | 3 | 0 | 3C | 12C | 1 | 27 |
Octal | 146 | 143 | 146 | 0 | 3 | 0 | 74 | 454 | 1 | 47 |
Binary | 1100110 | 1100011 | 1100110 | 0 | 11 | 0 | 111100 | 100101100 | 1 | 100111 |
Color Harmonies of #666366
Complementary color
Monochromatic Colors of #666366
Black with #666366
Text Example
Text Example
White with #666366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666366; }
p { color: rgb(102,99,102); }
H1.HeaderClassName
{
color: #666366;
}
.AnyTagClassName
{
color: #666366;
}
</style>
background-color css
<style>
a { background-color: #666366; }
a { background-color: rgb(102,99,102); }
div.DivClassName
{
background-color: #666366;
}
.BgClassName
{
background-color: #666366;
}
</style>
border-color css
<style>
span { border-color: #666366; }
span { border-color: rgb(102,99,102); }
td.TdClassName
{
border-color: #666366;
}
.TagClassName
{
border-color: #666366;
}
</style>