#6E4356

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

Shades of Finn #6E4356

Tints of Finn #6E4356

Color information

#6E4356 (or 0x6E4356) is unknown color: approx Finn. HEX triplet: 6E, 43 and 56. RGB value is (110,67,86). Sum of RGB (Red+Green+Blue) = 110+67+86=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4356 is #91BCA9. Grayscale: #515151. Windows color (decimal): -9551018 or 5653358. OLE color: 5653358.

HSL color Cylindrical-coordinate representation of color #6E4356: hue angle of 333.49º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E4356 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB1106786-
CMYK00.390.220.57
HSL333.49º24.29%34.71%-
HSV(B)333.49º39.09%43.14%-
XYZ10.1289.82-
YUV82.02130.25147.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.83%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=41.83%
G=25.48%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110678600.390.220.57333.4924.2934.71
Hex6E4356027163914d1823
Octal15610312604726715153043
Binary11011101000011101011001001111011011100110100110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E4356; }

 p { color: rgb(110,67,86); }

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

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

 a { background-color: rgb(110,67,86); }

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

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

 span { border-color: rgb(110,67,86); }

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