#664863

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

Shades of Salt Box #664863

Tints of Salt Box #664863

Color information

#664863 (or 0x664863) is unknown color: approx Salt Box. HEX triplet: 66, 48 and 63. RGB value is (102,72,99). Sum of RGB (Red+Green+Blue) = 102+72+99=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #664863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664863 is #99B79C. Grayscale: #535353. Windows color (decimal): -10074013 or 6506598. OLE color: 6506598.

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

Color convert

RGB1027299-
CMYK00.290.030.6
HSL306º17.24%34.12%-
HSV(B)306º29.41%40%-
XYZ10.058.3612.89-
YUV84.05136.44140.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=37.36%
G=26.37%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102729900.290.030.630617.2434.12
Hex66486301D33C1321122
Octal1461101430353744622142
Binary1100110100100011000110111011111110010011001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664863; }

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

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

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

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

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

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

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

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