#683756

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

Shades of Finn #683756

Tints of Finn #683756

Color information

#683756 (or 0x683756) is unknown color: approx Finn. HEX triplet: 68, 37 and 56. RGB value is (104,55,86). Sum of RGB (Red+Green+Blue) = 104+55+86=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #683756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683756 is #97C8A9. Grayscale: #494949. Windows color (decimal): -9947306 or 5650280. OLE color: 5650280.

HSL color Cylindrical-coordinate representation of color #683756: hue angle of 322.04º 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 #683756 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1045586-
CMYK00.470.170.59
HSL322.04º30.82%31.18%-
HSV(B)322.04º47.12%40.78%-
XYZ8.756.359.57-
YUV73.18135.23149.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=42.45%
G=22.45%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104558600.470.170.59322.0430.8231.18
Hex68375602F113B1421f1f
Octal1506712605721735023737
Binary110100011011110101100101111100011110111010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683756; }

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

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

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

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

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

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

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

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