#665064

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

Shades of Salt Box #665064

Tints of Salt Box #665064

Color information

#665064 (or 0x665064) is unknown color: approx Salt Box. HEX triplet: 66, 50 and 64. RGB value is (102,80,100). Sum of RGB (Red+Green+Blue) = 102+80+100=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #665064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665064 is #99AF9B. Grayscale: #585858. Windows color (decimal): -10071964 or 6574182. OLE color: 6574182.

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

Color convert

RGB10280100-
CMYK00.220.020.6
HSL305.45º12.09%35.69%-
HSV(B)305.45º21.57%40%-
XYZ10.659.4813.33-
YUV88.86134.29137.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=36.17%
G=28.37%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1028010000.220.020.6305.4512.0935.69
Hex66506401623C131c24
Octal1461201440262744611444
Binary110011010100001100100010110101111001001100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665064; }

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

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

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

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

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

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

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

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