Html Css Color HEX #663755 Finn

📋 copy color: '#663755'

red 102 ◦ green 55 ◦ blue 85

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

Shades of Finn #663755

Tints of Finn #663755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.73%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 42.15%
G = 22.73%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#663755 (or 0x663755) is known color: Finn. HEX triplet: 66, 37 and 55. RGB value is (102,55,85). Sum of RGB (Red+Green+Blue) = 102+55+85=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #663755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663755 is #99C8AA. Grayscale: #484848. Windows color (decimal): -10078379 or 5584742. OLE color: 5584742.

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

Color convert

RGB 102 55 85 -
CMYK 0 0.46 0.17 0.6
HSL 321.7º 0.3% 0.31% -
HSV(B) 321.7º 0.46% 0.4% -
XYZ 8.49 6.21 9.35 -
YUV 72.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 102 55 85 0 0.46 0.17 0.6 321.7 0.3 0.31
Hex 66 37 55 0 2E 11 3C 142 1E 1F
Octal 146 67 125 0 56 21 74 502 36 37
Binary 1100110 110111 1010101 0 101110 10001 111100 101000010 11110 11111

Color Harmonies of #663755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663755

Black with #663755

Text Example


Text Example

White with #663755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663755; }

 p { color: rgb(102,55,85); }

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

background-color css

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

 a { background-color: rgb(102,55,85); }

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

border-color css

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

 span { border-color: rgb(102,55,85); }

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