Html Css Color HEX #663D56 Finn

📋 copy color: '#663D56'

red 102 ◦ green 61 ◦ blue 86

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

Shades of Finn #663D56

Tints of Finn #663D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.54%

R = 40.96%
G = 24.5%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#663D56 (or 0x663D56) is known color: Finn. HEX triplet: 66, 3D and 56. RGB value is (102,61,86). Sum of RGB (Red+Green+Blue) = 102+61+86=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #663D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D56 is #99C2A9. Grayscale: #4C4C4C. Windows color (decimal): -10076842 or 5651814. OLE color: 5651814.

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

Color convert

RGB 102 61 86 -
CMYK 0 0.40 0.16 0.6
HSL 323.41º 0.25% 0.32% -
HSV(B) 323.41º 0.4% 0.4% -
XYZ 8.83 6.83 9.66 -
YUV 76.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 102 61 86 0 0.40 0.16 0.6 323.41 0.25 0.32
Hex 66 3D 56 0 28 10 3C 143 19 20
Octal 146 75 126 0 50 20 74 503 31 40
Binary 1100110 111101 1010110 0 101000 10000 111100 101000011 11001 100000

Color Harmonies of #663D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D56

Black with #663D56

Text Example


Text Example

White with #663D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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