#66525A

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

Shades of Finn #66525A

Tints of Finn #66525A

Color information

#66525A (or 0x66525A) is unknown color: approx Finn. HEX triplet: 66, 52 and 5A. RGB value is (102,82,90). Sum of RGB (Red+Green+Blue) = 102+82+90=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #66525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66525A is #99ADA5. Grayscale: #585858. Windows color (decimal): -10071462 or 5919334. OLE color: 5919334.

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

Color convert

RGB1028290-
CMYK00.200.120.6
HSL336º10.87%36.08%-
HSV(B)336º19.61%40%-
XYZ10.349.610.98-
YUV88.89128.63137.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=37.23%
G=29.93%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102829000.200.120.633610.8736.08
Hex66525A014C3C150b24
Octal14612213202414745201344
Binary11001101010010101101001010011001111001010100001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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