#714856

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

Shades of Finn #714856

Tints of Finn #714856

Color information

#714856 (or 0x714856) is unknown color: approx Finn. HEX triplet: 71, 48 and 56. RGB value is (113,72,86). Sum of RGB (Red+Green+Blue) = 113+72+86=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #714856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714856 is #8EB7A9. Grayscale: #555555. Windows color (decimal): -9353130 or 5654641. OLE color: 5654641.

HSL color Cylindrical-coordinate representation of color #714856: hue angle of 339.51º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #714856 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1137286-
CMYK00.360.240.56
HSL339.51º22.16%36.27%-
HSV(B)339.51º36.28%44.31%-
XYZ10.818.829.94-
YUV85.85128.08147.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 86 (33.98% from 255) = 31.73%
R=41.70%
G=26.57%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113728600.360.240.56339.5122.1636.27
Hex71485602418381541624
Octal16111012604430705242644
Binary11100011001000101011001001001100011100010101010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714856; }

 p { color: rgb(113,72,86); }

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

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

 a { background-color: rgb(113,72,86); }

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

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

 span { border-color: rgb(113,72,86); }

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