#663352

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

Shades of Finn #663352

Tints of Finn #663352

Color information

#663352 (or 0x663352) is unknown color: approx Finn. HEX triplet: 66, 33 and 52. RGB value is (102,51,82). Sum of RGB (Red+Green+Blue) = 102+51+82=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #663352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663352 is #99CCAD. Grayscale: #454545. Windows color (decimal): -10079406 or 5387110. OLE color: 5387110.

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

Color convert

RGB1025182-
CMYK00.50.200.6
HSL323.53º33.33%30%-
HSV(B)323.53º50%40%-
XYZ8.195.88.67-
YUV69.78134.9150.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=43.40%
G=21.70%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102518200.50.200.6323.5333.3330
Hex663352032143C144211e
Octal1466312206224745044136
Binary1100110110011101001001100101010011110010100010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663352; }

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

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

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

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

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

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

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

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