Html Css Color HEX #665059 Finn

📋 copy color: '#665059'

red 102 ◦ green 80 ◦ blue 89

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

Shades of Finn #665059

Tints of Finn #665059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

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

R = 37.64%
G = 29.52%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#665059 (or 0x665059) is known color: Finn. HEX triplet: 66, 50 and 59. RGB value is (102,80,89). Sum of RGB (Red+Green+Blue) = 102+80+89=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665059 is #99AFA6. Grayscale: #575757. Windows color (decimal): -10071975 or 5853286. OLE color: 5853286.

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

Color convert

RGB 102 80 89 -
CMYK 0 0.22 0.13 0.6
HSL 335.45º 0.12% 0.36% -
HSV(B) 335.45º 0.22% 0.4% -
XYZ 10.15 9.28 10.71 -
YUV 87.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 102 80 89 0 0.22 0.13 0.6 335.45 0.12 0.36
Hex 66 50 59 0 16 D 3C 14F C 24
Octal 146 120 131 0 26 15 74 517 14 44
Binary 1100110 1010000 1011001 0 10110 1101 111100 101001111 1100 100100

Color Harmonies of #665059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665059

Black with #665059

Text Example


Text Example

White with #665059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665059; }

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

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

background-color css

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

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

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

border-color css

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

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

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