#663751

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

Shades of Finn #663751

Tints of Finn #663751

Color information

#663751 (or 0x663751) is unknown color: approx Finn. HEX triplet: 66, 37 and 51. RGB value is (102,55,81). Sum of RGB (Red+Green+Blue) = 102+55+81=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #663751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663751 is #99C8AE. Grayscale: #474747. Windows color (decimal): -10078383 or 5322598. OLE color: 5322598.

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

Color convert

RGB1025581-
CMYK00.460.210.6
HSL326.81º29.94%30.78%-
HSV(B)326.81º46.08%40%-
XYZ8.336.158.53-
YUV72.02133.07149.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=42.86%
G=23.11%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102558100.460.210.6326.8129.9430.78
Hex66375102E153C1471e1f
Octal1466712105625745073637
Binary110011011011110100010101110101011111001010001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663751; }

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

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

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

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

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

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

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

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