Html Css Color HEX #663D51 Finn

📋 copy color: '#663D51'

red 102 ◦ green 61 ◦ blue 81

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

Shades of Finn #663D51

Tints of Finn #663D51

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

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

R = 41.8%
G = 25%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#663D51 (or 0x663D51) is known color: Finn. HEX triplet: 66, 3D and 51. RGB value is (102,61,81). Sum of RGB (Red+Green+Blue) = 102+61+81=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #663D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D51 is #99C2AE. Grayscale: #4B4B4B. Windows color (decimal): -10076847 or 5324134. OLE color: 5324134.

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

Color convert

RGB 102 61 81 -
CMYK 0 0.40 0.21 0.6
HSL 330.73º 0.25% 0.32% -
HSV(B) 330.73º 0.4% 0.4% -
XYZ 8.63 6.76 8.63 -
YUV 75.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 102 61 81 0 0.40 0.21 0.6 330.73 0.25 0.32
Hex 66 3D 51 0 28 15 3C 14B 19 20
Octal 146 75 121 0 50 25 74 513 31 40
Binary 1100110 111101 1010001 0 101000 10101 111100 101001011 11001 100000

Color Harmonies of #663D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D51

Black with #663D51

Text Example


Text Example

White with #663D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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