#6E2931

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

Shades of Monarch #6E2931

Tints of Monarch #6E2931

Color information

#6E2931 (or 0x6E2931) is unknown color: approx Monarch. HEX triplet: 6E, 29 and 31. RGB value is (110,41,49). Sum of RGB (Red+Green+Blue) = 110+41+49=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2931 is #91D6CE. Grayscale: #3E3E3E. Windows color (decimal): -9557711 or 3221870. OLE color: 3221870.

HSL color Cylindrical-coordinate representation of color #6E2931: hue angle of 353.04º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E2931 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB1104149-
CMYK00.630.550.57
HSL353.04º45.7%29.61%-
HSV(B)353.04º62.73%43.14%-
XYZ7.785.123.48-
YUV62.54120.36161.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=55%
G=20.5%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110414900.630.550.57353.0445.729.61
Hex6E293103F37391612e1e
Octal156516107767715415636
Binary1101110101001110001011111111011111100110110000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,41,49); }

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

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

 a { background-color: rgb(110,41,49); }

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

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

 span { border-color: rgb(110,41,49); }

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