#663752

Color #663752 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #663752

Tints of Finn #663752

Color information

#663752 (or 0x663752) is unknown color: approx Finn. HEX triplet: 66, 37 and 52. RGB value is (102,55,82). Sum of RGB (Red+Green+Blue) = 102+55+82=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #663752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663752 is #99C8AD. Grayscale: #484848. Windows color (decimal): -10078382 or 5388134. OLE color: 5388134.

HSL color Cylindrical-coordinate representation of color #663752: hue angle of 325.53º 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 #663752 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1025582-
CMYK00.460.200.6
HSL325.53º29.94%30.78%-
HSV(B)325.53º46.08%40%-
XYZ8.376.178.73-
YUV72.13133.57149.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=42.68%
G=23.01%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102558200.460.200.6325.5329.9430.78
Hex66375202E143C1461e1f
Octal1466712205624745063637
Binary110011011011110100100101110101001111001010001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663752; }

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

 H1.HeaderClassName
 {
   color: #663752;
 }
 .AnyTagClassName
 {
   color: #663752;
 }
</style>
background-color css

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

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

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

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

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

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