#665464

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

Shades of Salt Box #665464

Tints of Salt Box #665464

Color information

#665464 (or 0x665464) is unknown color: approx Salt Box. HEX triplet: 66, 54 and 64. RGB value is (102,84,100). Sum of RGB (Red+Green+Blue) = 102+84+100=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #665464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665464 is #99AB9B. Grayscale: #5B5B5B. Windows color (decimal): -10070940 or 6575206. OLE color: 6575206.

HSL color Cylindrical-coordinate representation of color #665464: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665464 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10284100-
CMYK00.180.020.6
HSL306.67º9.68%36.47%-
HSV(B)306.67º17.65%40%-
XYZ10.9510.0913.43-
YUV91.21132.96135.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=35.66%
G=29.37%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1028410000.180.020.6306.679.6836.47
Hex66546401223C133a24
Octal1461241440222744631244
Binary110011010101001100100010010101111001001100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665464; }

 p { color: rgb(102,84,100); }

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

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

 a { background-color: rgb(102,84,100); }

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

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

 span { border-color: rgb(102,84,100); }

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