Html Css Color HEX #664550 Finn

📋 copy color: '#664550'

red 102 ◦ green 69 ◦ blue 80

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

Shades of Finn #664550

Tints of Finn #664550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 40.64%
G = 27.49%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#664550 (or 0x664550) is known color: Finn. HEX triplet: 66, 45 and 50. RGB value is (102,69,80). Sum of RGB (Red+Green+Blue) = 102+69+80=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #664550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664550 is #99BAAF. Grayscale: #505050. Windows color (decimal): -10074800 or 5260646. OLE color: 5260646.

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

Color convert

RGB 102 69 80 -
CMYK 0 0.32 0.22 0.6
HSL 340º 0.19% 0.34% -
HSV(B) 340º 0.32% 0.4% -
XYZ 9.06 7.66 8.59 -
YUV 80.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 102 69 80 0 0.32 0.22 0.6 340 0.19 0.34
Hex 66 45 50 0 20 16 3C 154 13 22
Octal 146 105 120 0 40 26 74 524 23 42
Binary 1100110 1000101 1010000 0 100000 10110 111100 101010100 10011 100010

Color Harmonies of #664550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664550

Black with #664550

Text Example


Text Example

White with #664550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664550; }

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

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

background-color css

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

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

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

border-color css

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

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

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