#66515A

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

Shades of Finn #66515A

Tints of Finn #66515A

Color information

#66515A (or 0x66515A) is unknown color: approx Finn. HEX triplet: 66, 51 and 5A. RGB value is (102,81,90). Sum of RGB (Red+Green+Blue) = 102+81+90=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #66515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66515A is #99AEA5. Grayscale: #585858. Windows color (decimal): -10071718 or 5919078. OLE color: 5919078.

HSL color Cylindrical-coordinate representation of color #66515A: hue angle of 334.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66515A is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1028190-
CMYK00.210.120.6
HSL334.29º11.48%35.88%-
HSV(B)334.29º20.59%40%-
XYZ10.279.4510.96-
YUV88.3128.96137.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=37.36%
G=29.67%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102819000.210.120.6334.2911.4835.88
Hex66515A015C3C14eb24
Octal14612113202514745161344
Binary11001101010001101101001010111001111001010011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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