#664C5D

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

Shades of Finn #664C5D

Tints of Finn #664C5D

Color information

#664C5D (or 0x664C5D) is unknown color: approx Finn. HEX triplet: 66, 4C and 5D. RGB value is (102,76,93). Sum of RGB (Red+Green+Blue) = 102+76+93=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #664C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C5D is #99B3A2. Grayscale: #555555. Windows color (decimal): -10072995 or 6114406. OLE color: 6114406.

HSL color Cylindrical-coordinate representation of color #664C5D: hue angle of 320.77º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #664C5D is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1027693-
CMYK00.250.090.6
HSL320.77º14.61%34.9%-
HSV(B)320.77º25.49%40%-
XYZ10.048.7811.52-
YUV85.71132.11139.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=37.64%
G=28.04%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102769300.250.090.6320.7714.6134.9
Hex664C5D01993C141f23
Octal14611413503111745011743
Binary11001101001100101110101100110011111001010000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664C5D; }

 p { color: rgb(102,76,93); }

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

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

 a { background-color: rgb(102,76,93); }

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

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

 span { border-color: rgb(102,76,93); }

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