#683555

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

Shades of Finn #683555

Tints of Finn #683555

Color information

#683555 (or 0x683555) is unknown color: approx Finn. HEX triplet: 68, 35 and 55. RGB value is (104,53,85). Sum of RGB (Red+Green+Blue) = 104+53+85=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #683555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683555 is #97CAAA. Grayscale: #474747. Windows color (decimal): -9947819 or 5584232. OLE color: 5584232.

HSL color Cylindrical-coordinate representation of color #683555: hue angle of 322.35º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #683555 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1045385-
CMYK00.490.180.59
HSL322.35º32.48%30.78%-
HSV(B)322.35º49.04%40.78%-
XYZ8.626.159.33-
YUV71.9135.4150.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=42.98%
G=21.90%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104538500.490.180.59322.3532.4830.78
Hex683555031123B142201f
Octal1506512506122735024037
Binary1101000110101101010101100011001011101110100001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683555; }

 p { color: rgb(104,53,85); }

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

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

 a { background-color: rgb(104,53,85); }

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

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

 span { border-color: rgb(104,53,85); }

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