#66495F

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

Shades of Salt Box #66495F

Tints of Salt Box #66495F

Color information

#66495F (or 0x66495F) is unknown color: approx Salt Box. HEX triplet: 66, 49 and 5F. RGB value is (102,73,95). Sum of RGB (Red+Green+Blue) = 102+73+95=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #66495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66495F is #99B6A0. Grayscale: #545454. Windows color (decimal): -10073761 or 6244710. OLE color: 6244710.

HSL color Cylindrical-coordinate representation of color #66495F: hue angle of 314.48º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66495F is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1027395-
CMYK00.280.070.6
HSL314.48º16.57%34.31%-
HSV(B)314.48º28.43%40%-
XYZ9.938.4211.93-
YUV84.18134.11140.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=37.78%
G=27.04%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102739500.280.070.6314.4816.5734.31
Hex66495F01C73C13a1122
Octal1461111370347744722142
Binary11001101001001101111101110011111110010011101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66495F; }

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

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

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

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

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

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

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

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