#665159

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

Shades of Finn #665159

Tints of Finn #665159

Color information

#665159 (or 0x665159) is unknown color: approx Finn. HEX triplet: 66, 51 and 59. RGB value is (102,81,89). Sum of RGB (Red+Green+Blue) = 102+81+89=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #665159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665159 is #99AEA6. Grayscale: #585858. Windows color (decimal): -10071719 or 5853542. OLE color: 5853542.

HSL color Cylindrical-coordinate representation of color #665159: hue angle of 337.14º 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 #665159 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB1028189-
CMYK00.210.130.6
HSL337.14º11.48%35.88%-
HSV(B)337.14º20.59%40%-
XYZ10.239.4310.73-
YUV88.19128.46137.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 89 (35.16% from 255) = 32.72%
R=37.5%
G=29.78%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102818900.210.130.6337.1411.4835.88
Hex665159015D3C151b24
Octal14612113102515745211344
Binary11001101010001101100101010111011111001010100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665159; }

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

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

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

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

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

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

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

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