Html Css Color HEX #663F53 Finn

📋 copy color: '#663F53'

red 102 ◦ green 63 ◦ blue 83

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

Shades of Finn #663F53

Tints of Finn #663F53

RGB

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

 GREEN value IS 63 (25% from 255) = 25.4%

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

R = 41.13%
G = 25.4%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#663F53 (or 0x663F53) is known color: Finn. HEX triplet: 66, 3F and 53. RGB value is (102,63,83). Sum of RGB (Red+Green+Blue) = 102+63+83=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #663F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F53 is #99C0AC. Grayscale: #4C4C4C. Windows color (decimal): -10076333 or 5455718. OLE color: 5455718.

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

Color convert

RGB 102 63 83 -
CMYK 0 0.38 0.19 0.6
HSL 329.23º 0.24% 0.32% -
HSV(B) 329.23º 0.38% 0.4% -
XYZ 8.82 7 9.07 -
YUV 76.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 102 63 83 0 0.38 0.19 0.6 329.23 0.24 0.32
Hex 66 3F 53 0 26 13 3C 149 18 20
Octal 146 77 123 0 46 23 74 511 30 40
Binary 1100110 111111 1010011 0 100110 10011 111100 101001001 11000 100000

Color Harmonies of #663F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F53

Black with #663F53

Text Example


Text Example

White with #663F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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