#6E222E

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

Shades of Monarch #6E222E

Tints of Monarch #6E222E

Color information

#6E222E (or 0x6E222E) is unknown color: approx Monarch. HEX triplet: 6E, 22 and 2E. RGB value is (110,34,46). Sum of RGB (Red+Green+Blue) = 110+34+46=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E222E is #91DDD1. Grayscale: #3A3A3A. Windows color (decimal): -9559506 or 3023470. OLE color: 3023470.

HSL color Cylindrical-coordinate representation of color #6E222E: hue angle of 350.53º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E222E is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB1103446-
CMYK00.690.580.57
HSL350.53º52.78%28.24%-
HSV(B)350.53º69.09%43.14%-
XYZ7.54.663.09-
YUV58.09121.18165.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 57.89%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=57.89%
G=17.89%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110344600.690.580.57350.5352.7828.24
Hex6E222E0453A3915f351c
Octal1564256010572715376534
Binary11011101000101011100100010111101011100110101111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,34,46); }

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

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

 a { background-color: rgb(110,34,46); }

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

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

 span { border-color: rgb(110,34,46); }

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