Html Css Color HEX #664D56 Finn

📋 copy color: '#664D56'

red 102 ◦ green 77 ◦ blue 86

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

Shades of Finn #664D56

Tints of Finn #664D56

RGB

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

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

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

R = 38.49%
G = 29.06%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#664D56 (or 0x664D56) is known color: Finn. HEX triplet: 66, 4D and 56. RGB value is (102,77,86). Sum of RGB (Red+Green+Blue) = 102+77+86=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #664D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D56 is #99B2A9. Grayscale: #555555. Windows color (decimal): -10072746 or 5655910. OLE color: 5655910.

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

Color convert

RGB 102 77 86 -
CMYK 0 0.25 0.16 0.6
HSL 338.4º 0.14% 0.35% -
HSV(B) 338.4º 0.25% 0.4% -
XYZ 9.81 8.8 9.99 -
YUV 85.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 102 77 86 0 0.25 0.16 0.6 338.4 0.14 0.35
Hex 66 4D 56 0 19 10 3C 152 E 23
Octal 146 115 126 0 31 20 74 522 16 43
Binary 1100110 1001101 1010110 0 11001 10000 111100 101010010 1110 100011

Color Harmonies of #664D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D56

Black with #664D56

Text Example


Text Example

White with #664D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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