Html Css Color HEX #664C5D Finn

📋 copy color: '#664C5D'

red 102 ◦ green 76 ◦ blue 93

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

Shades of Finn #664C5D

Tints of Finn #664C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 37.64%
G = 28.04%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#664C5D (or 0x664C5D) is known color: Finn. HEX triplet: 66, 4C and 5D. RGB value is (102,76,93). Sum of RGB (Red+Green+Blue) = 102+76+93=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #664C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C5D is #99B3A2. Grayscale: #555555. Windows color (decimal): -10072995 or 6114406. OLE color: 6114406.

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

Color convert

RGB 102 76 93 -
CMYK 0 0.25 0.09 0.6
HSL 320.77º 0.15% 0.35% -
HSV(B) 320.77º 0.25% 0.4% -
XYZ 10.04 8.78 11.52 -
YUV 85.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 102 76 93 0 0.25 0.09 0.6 320.77 0.15 0.35
Hex 66 4C 5D 0 19 9 3C 141 F 23
Octal 146 114 135 0 31 11 74 501 17 43
Binary 1100110 1001100 1011101 0 11001 1001 111100 101000001 1111 100011

Color Harmonies of #664C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C5D

Black with #664C5D

Text Example


Text Example

White with #664C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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