Html Css Color HEX #664159 Finn

📋 copy color: '#664159'

red 102 ◦ green 65 ◦ blue 89

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

Shades of Finn #664159

Tints of Finn #664159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

 BLUE value IS 89 (35.16% from 255) = 34.77%

R = 39.84%
G = 25.39%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#664159 (or 0x664159) is known color: Finn. HEX triplet: 66, 41 and 59. RGB value is (102,65,89). Sum of RGB (Red+Green+Blue) = 102+65+89=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #664159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664159 is #99BEA6. Grayscale: #4E4E4E. Windows color (decimal): -10075815 or 5849446. OLE color: 5849446.

HSL color Cylindrical-coordinate representation of color #664159: hue angle of 321.08º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664159 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 89 -
CMYK 0 0.36 0.13 0.6
HSL 321.08º 0.22% 0.33% -
HSV(B) 321.08º 0.36% 0.4% -
XYZ 9.17 7.33 10.38 -
YUV 78.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 102 65 89 0 0.36 0.13 0.6 321.08 0.22 0.33
Hex 66 41 59 0 24 D 3C 141 16 21
Octal 146 101 131 0 44 15 74 501 26 41
Binary 1100110 1000001 1011001 0 100100 1101 111100 101000001 10110 100001

Color Harmonies of #664159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664159

Black with #664159

Text Example


Text Example

White with #664159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664159; }

 p { color: rgb(102,65,89); }

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

background-color css

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

 a { background-color: rgb(102,65,89); }

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

border-color css

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

 span { border-color: rgb(102,65,89); }

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