Html Css Color HEX #664F5D Finn

📋 copy color: '#664F5D'

red 102 ◦ green 79 ◦ blue 93

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

Shades of Finn #664F5D

Tints of Finn #664F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

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

R = 37.23%
G = 28.83%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#664F5D (or 0x664F5D) is known color: Finn. HEX triplet: 66, 4F and 5D. RGB value is (102,79,93). Sum of RGB (Red+Green+Blue) = 102+79+93=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #664F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F5D is #99B0A2. Grayscale: #575757. Windows color (decimal): -10072227 or 6115174. OLE color: 6115174.

HSL color Cylindrical-coordinate representation of color #664F5D: hue angle of 323.48º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #664F5D is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 79 93 -
CMYK 0 0.23 0.09 0.6
HSL 323.48º 0.13% 0.35% -
HSV(B) 323.48º 0.23% 0.4% -
XYZ 10.25 9.21 11.59 -
YUV 87.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 102 79 93 0 0.23 0.09 0.6 323.48 0.13 0.35
Hex 66 4F 5D 0 17 9 3C 143 D 23
Octal 146 117 135 0 27 11 74 503 15 43
Binary 1100110 1001111 1011101 0 10111 1001 111100 101000011 1101 100011

Color Harmonies of #664F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F5D

Black with #664F5D

Text Example


Text Example

White with #664F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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