#6E3852

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

Shades of Finn #6E3852

Tints of Finn #6E3852

Color information

#6E3852 (or 0x6E3852) is unknown color: approx Finn. HEX triplet: 6E, 38 and 52. RGB value is (110,56,82). Sum of RGB (Red+Green+Blue) = 110+56+82=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3852 is #91C7AD. Grayscale: #4B4B4B. Windows color (decimal): -9553838 or 5388398. OLE color: 5388398.

HSL color Cylindrical-coordinate representation of color #6E3852: hue angle of 331.11º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E3852 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1105682-
CMYK00.490.250.57
HSL331.11º32.53%32.55%-
HSV(B)331.11º49.09%43.14%-
XYZ9.376.758.79-
YUV75.11131.89152.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.35%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=44.35%
G=22.58%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110568200.490.250.57331.1132.5332.55
Hex6E3852031193914b2121
Octal1567012206131715134141
Binary11011101110001010010011000111001111001101001011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,56,82); }

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

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

 a { background-color: rgb(110,56,82); }

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

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

 span { border-color: rgb(110,56,82); }

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