#66535C

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

Shades of Finn #66535C

Tints of Finn #66535C

Color information

#66535C (or 0x66535C) is unknown color: approx Finn. HEX triplet: 66, 53 and 5C. RGB value is (102,83,92). Sum of RGB (Red+Green+Blue) = 102+83+92=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #66535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66535C is #99ACA3. Grayscale: #595959. Windows color (decimal): -10071204 or 6050662. OLE color: 6050662.

HSL color Cylindrical-coordinate representation of color #66535C: hue angle of 331.58º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66535C is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1028392-
CMYK00.190.100.6
HSL331.58º10.27%36.27%-
HSV(B)331.58º18.63%40%-
XYZ10.59.7811.46-
YUV89.71129.29136.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=36.82%
G=29.96%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102839200.190.100.6331.5810.2736.27
Hex66535C013A3C14ca24
Octal14612313402312745141244
Binary11001101010011101110001001110101111001010011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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