#665764

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

Shades of Salt Box #665764

Tints of Salt Box #665764

Color information

#665764 (or 0x665764) is unknown color: approx Salt Box. HEX triplet: 66, 57 and 64. RGB value is (102,87,100). Sum of RGB (Red+Green+Blue) = 102+87+100=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #665764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665764 is #99A89B. Grayscale: #5C5C5C. Windows color (decimal): -10070172 or 6575974. OLE color: 6575974.

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

Color convert

RGB10287100-
CMYK00.150.020.6
HSL308º7.94%37.06%-
HSV(B)308º14.71%40%-
XYZ11.1910.5613.51-
YUV92.97131.97134.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=35.29%
G=30.10%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1028710000.150.020.63087.9437.06
Hex6657640F23C134825
Octal1461271440172744641045
Binary11001101010111110010001111101111001001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665764; }

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

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

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

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

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

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

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

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