Html Css Color HEX #663E51 Finn

📋 copy color: '#663E51'

red 102 ◦ green 62 ◦ blue 81

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

Shades of Finn #663E51

Tints of Finn #663E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 41.63%
G = 25.31%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#663E51 (or 0x663E51) is known color: Finn. HEX triplet: 66, 3E and 51. RGB value is (102,62,81). Sum of RGB (Red+Green+Blue) = 102+62+81=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #663E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663E51 is #99C1AE. Grayscale: #4C4C4C. Windows color (decimal): -10076591 or 5324390. OLE color: 5324390.

HSL color Cylindrical-coordinate representation of color #663E51: hue angle of 331.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 #663E51 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 62 81 -
CMYK 0 0.39 0.21 0.6
HSL 331.5º 0.24% 0.32% -
HSV(B) 331.5º 0.39% 0.4% -
XYZ 8.69 6.86 8.65 -
YUV 76.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 102 62 81 0 0.39 0.21 0.6 331.5 0.24 0.32
Hex 66 3E 51 0 27 15 3C 14C 18 20
Octal 146 76 121 0 47 25 74 514 30 40
Binary 1100110 111110 1010001 0 100111 10101 111100 101001100 11000 100000

Color Harmonies of #663E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663E51

Black with #663E51

Text Example


Text Example

White with #663E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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