Html Css Color HEX #663950 Finn

📋 copy color: '#663950'

red 102 ◦ green 57 ◦ blue 80

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

Shades of Finn #663950

Tints of Finn #663950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.85%

 BLUE value IS 80 (31.64% from 255) = 33.47%

R = 42.68%
G = 23.85%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#663950 (or 0x663950) is known color: Finn. HEX triplet: 66, 39 and 50. RGB value is (102,57,80). Sum of RGB (Red+Green+Blue) = 102+57+80=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #663950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663950 is #99C6AF. Grayscale: #494949. Windows color (decimal): -10077872 or 5257574. OLE color: 5257574.

HSL color Cylindrical-coordinate representation of color #663950: hue angle of 329.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #663950 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 57 80 -
CMYK 0 0.44 0.22 0.6
HSL 329.33º 0.28% 0.31% -
HSV(B) 329.33º 0.44% 0.4% -
XYZ 8.39 6.33 8.37 -
YUV 73.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 102 57 80 0 0.44 0.22 0.6 329.33 0.28 0.31
Hex 66 39 50 0 2C 16 3C 149 1C 1F
Octal 146 71 120 0 54 26 74 511 34 37
Binary 1100110 111001 1010000 0 101100 10110 111100 101001001 11100 11111

Color Harmonies of #663950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663950

Black with #663950

Text Example


Text Example

White with #663950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663950; }

 p { color: rgb(102,57,80); }

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

background-color css

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

 a { background-color: rgb(102,57,80); }

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

border-color css

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

 span { border-color: rgb(102,57,80); }

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