Html Css Color HEX #664E56 Finn

📋 copy color: '#664E56'

red 102 ◦ green 78 ◦ blue 86

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

Shades of Finn #664E56

Tints of Finn #664E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 38.35%
G = 29.32%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#664E56 (or 0x664E56) is known color: Finn. HEX triplet: 66, 4E and 56. RGB value is (102,78,86). Sum of RGB (Red+Green+Blue) = 102+78+86=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #664E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E56 is #99B1A9. Grayscale: #565656. Windows color (decimal): -10072490 or 5656166. OLE color: 5656166.

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

Color convert

RGB 102 78 86 -
CMYK 0 0.24 0.16 0.6
HSL 340º 0.13% 0.35% -
HSV(B) 340º 0.24% 0.4% -
XYZ 9.88 8.95 10.01 -
YUV 86.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 102 78 86 0 0.24 0.16 0.6 340 0.13 0.35
Hex 66 4E 56 0 18 10 3C 154 D 23
Octal 146 116 126 0 30 20 74 524 15 43
Binary 1100110 1001110 1010110 0 11000 10000 111100 101010100 1101 100011

Color Harmonies of #664E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E56

Black with #664E56

Text Example


Text Example

White with #664E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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