#68475E

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

Shades of Finn #68475E

Tints of Finn #68475E

Color information

#68475E (or 0x68475E) is unknown color: approx Finn. HEX triplet: 68, 47 and 5E. RGB value is (104,71,94). Sum of RGB (Red+Green+Blue) = 104+71+94=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68475E is #97B8A1. Grayscale: #535353. Windows color (decimal): -9943202 or 6178664. OLE color: 6178664.

HSL color Cylindrical-coordinate representation of color #68475E: hue angle of 318.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68475E is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1047194-
CMYK00.320.100.59
HSL318.18º18.86%34.31%-
HSV(B)318.18º31.73%40.78%-
XYZ9.988.2611.66-
YUV83.49133.93142.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=38.66%
G=26.39%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104719400.320.100.59318.1818.8634.31
Hex68475E020A3B13e1322
Octal15010713604012734762342
Binary1101000100011110111100100000101011101110011111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68475E; }

 p { color: rgb(104,71,94); }

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

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

 a { background-color: rgb(104,71,94); }

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

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

 span { border-color: rgb(104,71,94); }

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