#664B63

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

Shades of Salt Box #664B63

Tints of Salt Box #664B63

Color information

#664B63 (or 0x664B63) is unknown color: approx Salt Box. HEX triplet: 66, 4B and 63. RGB value is (102,75,99). Sum of RGB (Red+Green+Blue) = 102+75+99=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #664B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B63 is #99B49C. Grayscale: #555555. Windows color (decimal): -10073245 or 6507366. OLE color: 6507366.

HSL color Cylindrical-coordinate representation of color #664B63: hue angle of 306.67º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #664B63 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB1027599-
CMYK00.260.030.6
HSL306.67º15.25%34.71%-
HSV(B)306.67º26.47%40%-
XYZ10.258.7612.95-
YUV85.81135.45139.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=36.96%
G=27.17%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102759900.260.030.6306.6715.2534.71
Hex664B6301A33C133f23
Octal1461131430323744631743
Binary110011010010111100011011010111111001001100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664B63; }

 p { color: rgb(102,75,99); }

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

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

 a { background-color: rgb(102,75,99); }

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

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

 span { border-color: rgb(102,75,99); }

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