#664B5F

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

Shades of Salt Box #664B5F

Tints of Salt Box #664B5F

Color information

#664B5F (or 0x664B5F) is unknown color: approx Salt Box. HEX triplet: 66, 4B and 5F. RGB value is (102,75,95). Sum of RGB (Red+Green+Blue) = 102+75+95=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #664B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B5F is #99B4A0. Grayscale: #555555. Windows color (decimal): -10073249 or 6245222. OLE color: 6245222.

HSL color Cylindrical-coordinate representation of color #664B5F: hue angle of 315.56º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #664B5F is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1027595-
CMYK00.260.070.6
HSL315.56º15.25%34.71%-
HSV(B)315.56º26.47%40%-
XYZ10.068.6811.97-
YUV85.35133.45139.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 75 (29.69% from 255) = 27.57%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=37.5%
G=27.57%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102759500.260.070.6315.5615.2534.71
Hex664B5F01A73C13cf23
Octal1461131370327744741743
Binary1100110100101110111110110101111111001001111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664B5F; }

 p { color: rgb(102,75,95); }

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

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

 a { background-color: rgb(102,75,95); }

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

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

 span { border-color: rgb(102,75,95); }

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