#664662

Color #664662 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #664662

Tints of Salt Box #664662

Color information

#664662 (or 0x664662) is unknown color: approx Salt Box. HEX triplet: 66, 46 and 62. RGB value is (102,70,98). Sum of RGB (Red+Green+Blue) = 102+70+98=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #664662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664662 is #99B99D. Grayscale: #525252. Windows color (decimal): -10074526 or 6440550. OLE color: 6440550.

HSL color Cylindrical-coordinate representation of color #664662: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664662 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB1027098-
CMYK00.310.040.6
HSL307.5º18.6%33.73%-
HSV(B)307.5º31.37%40%-
XYZ9.878.0912.6-
YUV82.76136.6141.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=37.78%
G=25.93%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102709800.310.040.6307.518.633.73
Hex66466201F43C1341322
Octal1461061420374744642342
Binary11001101000110110001001111110011110010011010010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664662; }

 p { color: rgb(102,70,98); }

 H1.HeaderClassName
 {
   color: #664662;
 }
 .AnyTagClassName
 {
   color: #664662;
 }
</style>
background-color css

<style>
 a { background-color: #664662; }

 a { background-color: rgb(102,70,98); }

 div.DivClassName
 {
   background-color: #664662;
 }
 .BgClassName
 {
   background-color: #664662;
 }
</style>
border-color css

<style>
 span { border-color: #664662; }

 span { border-color: rgb(102,70,98); }

 td.TdClassName
 {
   border-color: #664662;
 }
 .TagClassName
 {
   border-color: #664662;
 }
</style>