Html Css Color HEX #664E59 Finn

📋 copy color: '#664E59'

red 102 ◦ green 78 ◦ blue 89

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

Shades of Finn #664E59

Tints of Finn #664E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 89 (35.16% from 255) = 33.09%

R = 37.92%
G = 29%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#664E59 (or 0x664E59) is known color: Finn. HEX triplet: 66, 4E and 59. RGB value is (102,78,89). Sum of RGB (Red+Green+Blue) = 102+78+89=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E59 is #99B1A6. Grayscale: #565656. Windows color (decimal): -10072487 or 5852774. OLE color: 5852774.

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

Color convert

RGB 102 78 89 -
CMYK 0 0.24 0.13 0.6
HSL 332.5º 0.13% 0.35% -
HSV(B) 332.5º 0.24% 0.4% -
XYZ 10.01 8.99 10.66 -
YUV 86.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 102 78 89 0 0.24 0.13 0.6 332.5 0.13 0.35
Hex 66 4E 59 0 18 D 3C 14C D 23
Octal 146 116 131 0 30 15 74 514 15 43
Binary 1100110 1001110 1011001 0 11000 1101 111100 101001100 1101 100011

Color Harmonies of #664E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E59

Black with #664E59

Text Example


Text Example

White with #664E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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