Html Css Color HEX #663B53 Finn

📋 copy color: '#663B53'

red 102 ◦ green 59 ◦ blue 83

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

Shades of Finn #663B53

Tints of Finn #663B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.02%

R = 41.8%
G = 24.18%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#663B53 (or 0x663B53) is known color: Finn. HEX triplet: 66, 3B and 53. RGB value is (102,59,83). Sum of RGB (Red+Green+Blue) = 102+59+83=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #663B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B53 is #99C4AC. Grayscale: #4A4A4A. Windows color (decimal): -10077357 or 5454694. OLE color: 5454694.

HSL color Cylindrical-coordinate representation of color #663B53: hue angle of 326.51º 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 #663B53 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 59 83 -
CMYK 0 0.42 0.19 0.6
HSL 326.51º 0.27% 0.32% -
HSV(B) 326.51º 0.42% 0.4% -
XYZ 8.6 6.58 9 -
YUV 74.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 102 59 83 0 0.42 0.19 0.6 326.51 0.27 0.32
Hex 66 3B 53 0 2A 13 3C 147 1B 20
Octal 146 73 123 0 52 23 74 507 33 40
Binary 1100110 111011 1010011 0 101010 10011 111100 101000111 11011 100000

Color Harmonies of #663B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B53

Black with #663B53

Text Example


Text Example

White with #663B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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