Html Css Color HEX #664F5E Finn

📋 copy color: '#664F5E'

red 102 ◦ green 79 ◦ blue 94

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

Shades of Finn #664F5E

Tints of Finn #664F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 37.09%
G = 28.73%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#664F5E (or 0x664F5E) is known color: Finn. HEX triplet: 66, 4F and 5E. RGB value is (102,79,94). Sum of RGB (Red+Green+Blue) = 102+79+94=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #664F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F5E is #99B0A1. Grayscale: #575757. Windows color (decimal): -10072226 or 6180710. OLE color: 6180710.

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

Color convert

RGB 102 79 94 -
CMYK 0 0.23 0.08 0.6
HSL 320.87º 0.13% 0.35% -
HSV(B) 320.87º 0.23% 0.4% -
XYZ 10.3 9.22 11.83 -
YUV 87.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 102 79 94 0 0.23 0.08 0.6 320.87 0.13 0.35
Hex 66 4F 5E 0 17 8 3C 141 D 23
Octal 146 117 136 0 27 10 74 501 15 43
Binary 1100110 1001111 1011110 0 10111 1000 111100 101000001 1101 100011

Color Harmonies of #664F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F5E

Black with #664F5E

Text Example


Text Example

White with #664F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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