#684852

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

Shades of Finn #684852

Tints of Finn #684852

Color information

#684852 (or 0x684852) is unknown color: approx Finn. HEX triplet: 68, 48 and 52. RGB value is (104,72,82). Sum of RGB (Red+Green+Blue) = 104+72+82=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #684852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684852 is #97B7AD. Grayscale: #525252. Windows color (decimal): -9942958 or 5392488. OLE color: 5392488.

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

Color convert

RGB1047282-
CMYK00.310.210.59
HSL341.25º18.18%34.51%-
HSV(B)341.25º30.77%40.78%-
XYZ9.558.199.06-
YUV82.71127.6143.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=40.31%
G=27.91%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104728200.310.210.59341.2518.1834.51
Hex68485201F153B1551223
Octal15011012203725735252243
Binary1101000100100010100100111111010111101110101010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684852; }

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

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

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

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

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

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

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

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