Html Css Color HEX #664C58 Finn

📋 copy color: '#664C58'

red 102 ◦ green 76 ◦ blue 88

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

Shades of Finn #664C58

Tints of Finn #664C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.08%

R = 38.35%
G = 28.57%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#664C58 (or 0x664C58) is known color: Finn. HEX triplet: 66, 4C and 58. RGB value is (102,76,88). Sum of RGB (Red+Green+Blue) = 102+76+88=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #664C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C58 is #99B3A7. Grayscale: #555555. Windows color (decimal): -10073000 or 5786726. OLE color: 5786726.

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

Color convert

RGB 102 76 88 -
CMYK 0 0.25 0.14 0.6
HSL 332.31º 0.15% 0.35% -
HSV(B) 332.31º 0.25% 0.4% -
XYZ 9.83 8.7 10.39 -
YUV 85.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 102 76 88 0 0.25 0.14 0.6 332.31 0.15 0.35
Hex 66 4C 58 0 19 E 3C 14C F 23
Octal 146 114 130 0 31 16 74 514 17 43
Binary 1100110 1001100 1011000 0 11001 1110 111100 101001100 1111 100011

Color Harmonies of #664C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C58

Black with #664C58

Text Example


Text Example

White with #664C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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