#663956

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

Shades of Finn #663956

Tints of Finn #663956

Color information

#663956 (or 0x663956) is unknown color: approx Finn. HEX triplet: 66, 39 and 56. RGB value is (102,57,86). Sum of RGB (Red+Green+Blue) = 102+57+86=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #663956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663956 is #99C6A9. Grayscale: #494949. Windows color (decimal): -10077866 or 5650790. OLE color: 5650790.

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

Color convert

RGB1025786-
CMYK00.440.160.6
HSL321.33º28.3%31.18%-
HSV(B)321.33º44.12%40%-
XYZ8.626.429.59-
YUV73.76134.91148.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=41.63%
G=23.27%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102578600.440.160.6321.3328.331.18
Hex66395602C103C1411c1f
Octal1467112605420745013437
Binary110011011100110101100101100100001111001010000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663956; }

 p { color: rgb(102,57,86); }

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

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

 a { background-color: rgb(102,57,86); }

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

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

 span { border-color: rgb(102,57,86); }

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