Html Css Color HEX #664A55 Finn

📋 copy color: '#664A55'

red 102 ◦ green 74 ◦ blue 85

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

Shades of Finn #664A55

Tints of Finn #664A55

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

 BLUE value IS 85 (33.59% from 255) = 32.57%

R = 39.08%
G = 28.35%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#664A55 (or 0x664A55) is known color: Finn. HEX triplet: 66, 4A and 55. RGB value is (102,74,85). Sum of RGB (Red+Green+Blue) = 102+74+85=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #664A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A55 is #99B5AA. Grayscale: #535353. Windows color (decimal): -10073515 or 5589606. OLE color: 5589606.

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

Color convert

RGB 102 74 85 -
CMYK 0 0.27 0.17 0.6
HSL 336.43º 0.16% 0.35% -
HSV(B) 336.43º 0.27% 0.4% -
XYZ 9.57 8.38 9.71 -
YUV 83.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 102 74 85 0 0.27 0.17 0.6 336.43 0.16 0.35
Hex 66 4A 55 0 1B 11 3C 150 10 23
Octal 146 112 125 0 33 21 74 520 20 43
Binary 1100110 1001010 1010101 0 11011 10001 111100 101010000 10000 100011

Color Harmonies of #664A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664A55

Black with #664A55

Text Example


Text Example

White with #664A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,74,85); }

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

background-color css

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

 a { background-color: rgb(102,74,85); }

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

border-color css

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

 span { border-color: rgb(102,74,85); }

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