#6F3E56

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

Shades of Finn #6F3E56

Tints of Finn #6F3E56

Color information

#6F3E56 (or 0x6F3E56) is unknown color: approx Finn. HEX triplet: 6F, 3E and 56. RGB value is (111,62,86). Sum of RGB (Red+Green+Blue) = 111+62+86=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E56 is #90C1A9. Grayscale: #4F4F4F. Windows color (decimal): -9486762 or 5652079. OLE color: 5652079.

HSL color Cylindrical-coordinate representation of color #6F3E56: hue angle of 330.61º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E56 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1116286-
CMYK00.440.230.56
HSL330.61º28.32%33.92%-
HSV(B)330.61º44.14%43.53%-
XYZ9.967.59.73-
YUV79.39131.73150.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.86%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=42.86%
G=23.94%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111628600.440.230.56330.6128.3233.92
Hex6F3E5602C173814b1c22
Octal1577612605427705133442
Binary1101111111110101011001011001011111100010100101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,62,86); }

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

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

 a { background-color: rgb(111,62,86); }

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

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

 span { border-color: rgb(111,62,86); }

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