Html Css Color HEX #663D53 Finn

📋 copy color: '#663D53'

red 102 ◦ green 61 ◦ blue 83

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

Shades of Finn #663D53

Tints of Finn #663D53

RGB

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

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

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

R = 41.46%
G = 24.8%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#663D53 (or 0x663D53) is known color: Finn. HEX triplet: 66, 3D and 53. RGB value is (102,61,83). Sum of RGB (Red+Green+Blue) = 102+61+83=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #663D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D53 is #99C2AC. Grayscale: #4B4B4B. Windows color (decimal): -10076845 or 5455206. OLE color: 5455206.

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

Color convert

RGB 102 61 83 -
CMYK 0 0.40 0.19 0.6
HSL 327.8º 0.25% 0.32% -
HSV(B) 327.8º 0.4% 0.4% -
XYZ 8.71 6.79 9.03 -
YUV 75.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 102 61 83 0 0.40 0.19 0.6 327.8 0.25 0.32
Hex 66 3D 53 0 28 13 3C 148 19 20
Octal 146 75 123 0 50 23 74 510 31 40
Binary 1100110 111101 1010011 0 101000 10011 111100 101001000 11001 100000

Color Harmonies of #663D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D53

Black with #663D53

Text Example


Text Example

White with #663D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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