#683752

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

Shades of Finn #683752

Tints of Finn #683752

Color information

#683752 (or 0x683752) is unknown color: approx Finn. HEX triplet: 68, 37 and 52. RGB value is (104,55,82). Sum of RGB (Red+Green+Blue) = 104+55+82=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #683752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683752 is #97C8AD. Grayscale: #484848. Windows color (decimal): -9947310 or 5388136. OLE color: 5388136.

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

Color convert

RGB1045582-
CMYK00.470.210.59
HSL326.94º30.82%31.18%-
HSV(B)326.94º47.12%40.78%-
XYZ8.66.288.74-
YUV72.73133.23150.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=43.15%
G=22.82%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104558200.470.210.59326.9430.8231.18
Hex68375202F153B1471f1f
Octal1506712205725735073737
Binary110100011011110100100101111101011110111010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683752; }

 p { color: rgb(104,55,82); }

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

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

 a { background-color: rgb(104,55,82); }

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

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

 span { border-color: rgb(104,55,82); }

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