#664761

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

Shades of Salt Box #664761

Tints of Salt Box #664761

Color information

#664761 (or 0x664761) is unknown color: approx Salt Box. HEX triplet: 66, 47 and 61. RGB value is (102,71,97). Sum of RGB (Red+Green+Blue) = 102+71+97=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #664761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664761 is #99B89E. Grayscale: #535353. Windows color (decimal): -10074271 or 6375270. OLE color: 6375270.

HSL color Cylindrical-coordinate representation of color #664761: hue angle of 309.68º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664761 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1027197-
CMYK00.300.050.6
HSL309.68º17.92%33.92%-
HSV(B)309.68º30.39%40%-
XYZ9.898.1912.37-
YUV83.23135.77141.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=37.78%
G=26.30%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102719700.300.050.6309.6817.9233.92
Hex66476101E53C1361222
Octal1461071410365744662242
Binary11001101000111110000101111010111110010011011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664761; }

 p { color: rgb(102,71,97); }

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

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

 a { background-color: rgb(102,71,97); }

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

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

 span { border-color: rgb(102,71,97); }

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