#66525C

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

Shades of Finn #66525C

Tints of Finn #66525C

Color information

#66525C (or 0x66525C) is unknown color: approx Finn. HEX triplet: 66, 52 and 5C. RGB value is (102,82,92). Sum of RGB (Red+Green+Blue) = 102+82+92=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66525C is #99ADA3. Grayscale: #595959. Windows color (decimal): -10071460 or 6050406. OLE color: 6050406.

HSL color Cylindrical-coordinate representation of color #66525C: hue angle of 330º 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 #66525C is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1028292-
CMYK00.200.100.6
HSL330º10.87%36.08%-
HSV(B)330º19.61%40%-
XYZ10.439.6311.43-
YUV89.12129.63137.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=36.96%
G=29.71%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102829200.200.100.633010.8736.08
Hex66525C014A3C14ab24
Octal14612213402412745121344
Binary11001101010010101110001010010101111001010010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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