Html Css Color HEX #663550 Finn

📋 copy color: '#663550'

red 102 ◦ green 53 ◦ blue 80

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

Shades of Finn #663550

Tints of Finn #663550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 43.4%
G = 22.55%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#663550 (or 0x663550) is known color: Finn. HEX triplet: 66, 35 and 50. RGB value is (102,53,80). Sum of RGB (Red+Green+Blue) = 102+53+80=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #663550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663550 is #99CAAF. Grayscale: #464646. Windows color (decimal): -10078896 or 5256550. OLE color: 5256550.

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

Color convert

RGB 102 53 80 -
CMYK 0 0.48 0.22 0.6
HSL 326.94º 0.32% 0.3% -
HSV(B) 326.94º 0.48% 0.4% -
XYZ 8.2 5.95 8.31 -
YUV 70.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 102 53 80 0 0.48 0.22 0.6 326.94 0.32 0.3
Hex 66 35 50 0 30 16 3C 147 20 1E
Octal 146 65 120 0 60 26 74 507 40 36
Binary 1100110 110101 1010000 0 110000 10110 111100 101000111 100000 11110

Color Harmonies of #663550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663550

Black with #663550

Text Example


Text Example

White with #663550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663550; }

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

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

background-color css

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

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

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

border-color css

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

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

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