#6E455E

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

Shades of Finn #6E455E

Tints of Finn #6E455E

Color information

#6E455E (or 0x6E455E) is unknown color: approx Finn. HEX triplet: 6E, 45 and 5E. RGB value is (110,69,94). Sum of RGB (Red+Green+Blue) = 110+69+94=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E455E is #91BAA1. Grayscale: #545454. Windows color (decimal): -9550498 or 6178158. OLE color: 6178158.

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

Color convert

RGB1106994-
CMYK00.370.150.57
HSL323.41º22.91%35.1%-
HSV(B)323.41º37.27%43.14%-
XYZ10.588.3811.65-
YUV84.11133.58146.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.29%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=40.29%
G=25.27%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110699400.370.150.57323.4122.9135.1
Hex6E455E025F391431723
Octal15610513604517715032743
Binary1101110100010110111100100101111111100110100001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,69,94); }

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

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

 a { background-color: rgb(110,69,94); }

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

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

 span { border-color: rgb(110,69,94); }

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