#665164

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

Shades of Salt Box #665164

Tints of Salt Box #665164

Color information

#665164 (or 0x665164) is unknown color: approx Salt Box. HEX triplet: 66, 51 and 64. RGB value is (102,81,100). Sum of RGB (Red+Green+Blue) = 102+81+100=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665164 is #99AE9B. Grayscale: #595959. Windows color (decimal): -10071708 or 6574438. OLE color: 6574438.

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

Color convert

RGB10281100-
CMYK00.210.020.6
HSL305.71º11.48%35.88%-
HSV(B)305.71º20.59%40%-
XYZ10.729.6313.35-
YUV89.44133.96136.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=36.04%
G=28.62%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1028110000.210.020.6305.7111.4835.88
Hex66516401523C132b24
Octal1461211440252744621344
Binary110011010100011100100010101101111001001100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665164; }

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

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

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

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

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

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

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

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