#665259

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

Shades of Finn #665259

Tints of Finn #665259

Color information

#665259 (or 0x665259) is unknown color: approx Finn. HEX triplet: 66, 52 and 59. RGB value is (102,82,89). Sum of RGB (Red+Green+Blue) = 102+82+89=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #665259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665259 is #99ADA6. Grayscale: #585858. Windows color (decimal): -10071463 or 5853798. OLE color: 5853798.

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

Color convert

RGB1028289-
CMYK00.200.130.6
HSL339º10.87%36.08%-
HSV(B)339º19.61%40%-
XYZ10.39.5810.76-
YUV88.78128.13137.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=37.36%
G=30.04%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102828900.200.130.633910.8736.08
Hex665259014D3C153b24
Octal14612213102415745231344
Binary11001101010010101100101010011011111001010100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665259; }

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

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

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

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

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

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

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

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