Html Css Color HEX #664050 Finn

📋 copy color: '#664050'

red 102 ◦ green 64 ◦ blue 80

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

Shades of Finn #664050

Tints of Finn #664050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.02%

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 41.46%
G = 26.02%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#664050 (or 0x664050) is known color: Finn. HEX triplet: 66, 40 and 50. RGB value is (102,64,80). Sum of RGB (Red+Green+Blue) = 102+64+80=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #664050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664050 is #99BFAF. Grayscale: #4D4D4D. Windows color (decimal): -10076080 or 5259366. OLE color: 5259366.

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

Color convert

RGB 102 64 80 -
CMYK 0 0.37 0.22 0.6
HSL 334.74º 0.23% 0.33% -
HSV(B) 334.74º 0.37% 0.4% -
XYZ 8.76 7.07 8.49 -
YUV 77.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 102 64 80 0 0.37 0.22 0.6 334.74 0.23 0.33
Hex 66 40 50 0 25 16 3C 14F 17 21
Octal 146 100 120 0 45 26 74 517 27 41
Binary 1100110 1000000 1010000 0 100101 10110 111100 101001111 10111 100001

Color Harmonies of #664050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664050

Black with #664050

Text Example


Text Example

White with #664050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664050; }

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

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

background-color css

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

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

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

border-color css

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

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

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