Html Css Color HEX #663E53 Finn

📋 copy color: '#663E53'

red 102 ◦ green 62 ◦ blue 83

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

Shades of Finn #663E53

Tints of Finn #663E53

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.1%

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

R = 41.3%
G = 25.1%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#663E53 (or 0x663E53) is known color: Finn. HEX triplet: 66, 3E and 53. RGB value is (102,62,83). Sum of RGB (Red+Green+Blue) = 102+62+83=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #663E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663E53 is #99C1AC. Grayscale: #4C4C4C. Windows color (decimal): -10076589 or 5455462. OLE color: 5455462.

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

Color convert

RGB 102 62 83 -
CMYK 0 0.39 0.19 0.6
HSL 328.5º 0.24% 0.32% -
HSV(B) 328.5º 0.39% 0.4% -
XYZ 8.76 6.89 9.05 -
YUV 76.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 102 62 83 0 0.39 0.19 0.6 328.5 0.24 0.32
Hex 66 3E 53 0 27 13 3C 148 18 20
Octal 146 76 123 0 47 23 74 510 30 40
Binary 1100110 111110 1010011 0 100111 10011 111100 101001000 11000 100000

Color Harmonies of #663E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663E53

Black with #663E53

Text Example


Text Example

White with #663E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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