Html Css Color HEX #664D54 Finn

📋 copy color: '#664D54'

red 102 ◦ green 77 ◦ blue 84

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

Shades of Finn #664D54

Tints of Finn #664D54

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.28%

 BLUE value IS 84 (33.2% from 255) = 31.94%

R = 38.78%
G = 29.28%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#664D54 (or 0x664D54) is known color: Finn. HEX triplet: 66, 4D and 54. RGB value is (102,77,84). Sum of RGB (Red+Green+Blue) = 102+77+84=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #664D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D54 is #99B2AB. Grayscale: #555555. Windows color (decimal): -10072748 or 5524838. OLE color: 5524838.

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

Color convert

RGB 102 77 84 -
CMYK 0 0.25 0.18 0.6
HSL 343.2º 0.14% 0.35% -
HSV(B) 343.2º 0.25% 0.4% -
XYZ 9.73 8.77 9.57 -
YUV 85.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 102 77 84 0 0.25 0.18 0.6 343.2 0.14 0.35
Hex 66 4D 54 0 19 12 3C 157 E 23
Octal 146 115 124 0 31 22 74 527 16 43
Binary 1100110 1001101 1010100 0 11001 10010 111100 101010111 1110 100011

Color Harmonies of #664D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D54

Black with #664D54

Text Example


Text Example

White with #664D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,77,84); }

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

background-color css

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

 a { background-color: rgb(102,77,84); }

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

border-color css

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

 span { border-color: rgb(102,77,84); }

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