#66525F

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

Shades of Salt Box #66525F

Tints of Salt Box #66525F

Color information

#66525F (or 0x66525F) is unknown color: approx Salt Box. HEX triplet: 66, 52 and 5F. RGB value is (102,82,95). Sum of RGB (Red+Green+Blue) = 102+82+95=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #66525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66525F is #99ADA0. Grayscale: #595959. Windows color (decimal): -10071457 or 6247014. OLE color: 6247014.

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

Color convert

RGB1028295-
CMYK00.200.070.6
HSL321º10.87%36.08%-
HSV(B)321º19.61%40%-
XYZ10.569.6912.14-
YUV89.46131.13136.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=36.56%
G=29.39%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102829500.200.070.632110.8736.08
Hex66525F01473C141b24
Octal1461221370247745011344
Binary1100110101001010111110101001111111001010000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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