Html Css Color HEX #665159 Finn

📋 copy color: '#665159'

red 102 ◦ green 81 ◦ blue 89

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

Shades of Finn #665159

Tints of Finn #665159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

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

R = 37.5%
G = 29.78%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#665159 (or 0x665159) is known color: Finn. HEX triplet: 66, 51 and 59. RGB value is (102,81,89). Sum of RGB (Red+Green+Blue) = 102+81+89=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #665159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665159 is #99AEA6. Grayscale: #585858. Windows color (decimal): -10071719 or 5853542. OLE color: 5853542.

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

Color convert

RGB 102 81 89 -
CMYK 0 0.21 0.13 0.6
HSL 337.14º 0.11% 0.36% -
HSV(B) 337.14º 0.21% 0.4% -
XYZ 10.23 9.43 10.73 -
YUV 88.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 102 81 89 0 0.21 0.13 0.6 337.14 0.11 0.36
Hex 66 51 59 0 15 D 3C 151 B 24
Octal 146 121 131 0 25 15 74 521 13 44
Binary 1100110 1010001 1011001 0 10101 1101 111100 101010001 1011 100100

Color Harmonies of #665159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665159

Black with #665159

Text Example


Text Example

White with #665159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665159; }

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

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

background-color css

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

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

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

border-color css

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

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

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