#683F51

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

Shades of Finn #683F51

Tints of Finn #683F51

Color information

#683F51 (or 0x683F51) is unknown color: approx Finn. HEX triplet: 68, 3F and 51. RGB value is (104,63,81). Sum of RGB (Red+Green+Blue) = 104+63+81=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #683F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F51 is #97C0AE. Grayscale: #4D4D4D. Windows color (decimal): -9945263 or 5324648. OLE color: 5324648.

HSL color Cylindrical-coordinate representation of color #683F51: hue angle of 333.66º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #683F51 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1046381-
CMYK00.390.220.59
HSL333.66º24.55%32.75%-
HSV(B)333.66º39.42%40.78%-
XYZ8.977.098.68-
YUV77.31130.08147.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 63 (25% from 255) = 25.40%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=41.94%
G=25.40%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104638100.390.220.59333.6624.5532.75
Hex683F51027163B14e1921
Octal1507712104726735163141
Binary1101000111111101000101001111011011101110100111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683F51; }

 p { color: rgb(104,63,81); }

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

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

 a { background-color: rgb(104,63,81); }

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

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

 span { border-color: rgb(104,63,81); }

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