Html Css Color HEX #663B50 Finn

📋 copy color: '#663B50'

red 102 ◦ green 59 ◦ blue 80

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

Shades of Finn #663B50

Tints of Finn #663B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.48%

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

R = 42.32%
G = 24.48%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#663B50 (or 0x663B50) is known color: Finn. HEX triplet: 66, 3B and 50. RGB value is (102,59,80). Sum of RGB (Red+Green+Blue) = 102+59+80=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B50 is #99C4AF. Grayscale: #4A4A4A. Windows color (decimal): -10077360 or 5258086. OLE color: 5258086.

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

Color convert

RGB 102 59 80 -
CMYK 0 0.42 0.22 0.6
HSL 330.7º 0.27% 0.32% -
HSV(B) 330.7º 0.42% 0.4% -
XYZ 8.49 6.53 8.4 -
YUV 74.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 102 59 80 0 0.42 0.22 0.6 330.7 0.27 0.32
Hex 66 3B 50 0 2A 16 3C 14B 1B 20
Octal 146 73 120 0 52 26 74 513 33 40
Binary 1100110 111011 1010000 0 101010 10110 111100 101001011 11011 100000

Color Harmonies of #663B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B50

Black with #663B50

Text Example


Text Example

White with #663B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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