Html Css Color HEX #664C56 Finn

📋 copy color: '#664C56'

red 102 ◦ green 76 ◦ blue 86

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

Shades of Finn #664C56

Tints of Finn #664C56

RGB

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

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

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

R = 38.64%
G = 28.79%
B = 32.58%

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

#664C56 (or 0x664C56) is known color: Finn. HEX triplet: 66, 4C and 56. RGB value is (102,76,86). Sum of RGB (Red+Green+Blue) = 102+76+86=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #664C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C56 is #99B3A9. Grayscale: #545454. Windows color (decimal): -10073002 or 5655654. OLE color: 5655654.

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

Color convert

RGB 102 76 86 -
CMYK 0 0.25 0.16 0.6
HSL 336.92º 0.15% 0.35% -
HSV(B) 336.92º 0.25% 0.4% -
XYZ 9.74 8.67 9.96 -
YUV 84.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 102 76 86 0 0.25 0.16 0.6 336.92 0.15 0.35
Hex 66 4C 56 0 19 10 3C 151 F 23
Octal 146 114 126 0 31 20 74 521 17 43
Binary 1100110 1001100 1010110 0 11001 10000 111100 101010001 1111 100011

Color Harmonies of #664C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C56

Black with #664C56

Text Example


Text Example

White with #664C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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