#663650

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

Shades of Finn #663650

Tints of Finn #663650

Color information

#663650 (or 0x663650) is unknown color: approx Finn. HEX triplet: 66, 36 and 50. RGB value is (102,54,80). Sum of RGB (Red+Green+Blue) = 102+54+80=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #663650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663650 is #99C9AF. Grayscale: #474747. Windows color (decimal): -10078640 or 5256806. OLE color: 5256806.

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

Color convert

RGB1025480-
CMYK00.470.220.6
HSL327.5º30.77%30.59%-
HSV(B)327.5º47.06%40%-
XYZ8.256.048.32-
YUV71.32132.9149.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=43.22%
G=22.88%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102548000.470.220.6327.530.7730.59
Hex66365002F163C1481f1f
Octal1466612005726745103737
Binary110011011011010100000101111101101111001010010001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663650; }

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

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

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

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

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

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

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

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