Html Css Color HEX #664C57 Finn

📋 copy color: '#664C57'

red 102 ◦ green 76 ◦ blue 87

#664C57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #664C57

Tints of Finn #664C57

RGB

 RED value IS 102 (40.23% from 255) = 38.49%

 GREEN value IS 76 (30.08% from 255) = 28.68%

 BLUE value IS 87 (34.38% from 255) = 32.83%

R = 38.49%
G = 28.68%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#664C57 (or 0x664C57) is known color: Finn. HEX triplet: 66, 4C and 57. RGB value is (102,76,87). Sum of RGB (Red+Green+Blue) = 102+76+87=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #664C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C57 is #99B3A8. Grayscale: #555555. Windows color (decimal): -10073001 or 5721190. OLE color: 5721190.

HSL color Cylindrical-coordinate representation of color #664C57: hue angle of 334.62º 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 #664C57 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 76 87 -
CMYK 0 0.25 0.15 0.6
HSL 334.62º 0.15% 0.35% -
HSV(B) 334.62º 0.25% 0.4% -
XYZ 9.78 8.68 10.18 -
YUV 85.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 102 76 87 0 0.25 0.15 0.6 334.62 0.15 0.35
Hex 66 4C 57 0 19 F 3C 14F F 23
Octal 146 114 127 0 31 17 74 517 17 43
Binary 1100110 1001100 1010111 0 11001 1111 111100 101001111 1111 100011

Color Harmonies of #664C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C57

Black with #664C57

Text Example


Text Example

White with #664C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #664C57;
 }
 .AnyTagClassName
 {
   color: #664C57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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