#6E292E

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

Shades of Monarch #6E292E

Tints of Monarch #6E292E

Color information

#6E292E (or 0x6E292E) is unknown color: approx Monarch. HEX triplet: 6E, 29 and 2E. RGB value is (110,41,46). Sum of RGB (Red+Green+Blue) = 110+41+46=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E292E is #91D6D1. Grayscale: #3E3E3E. Windows color (decimal): -9557714 or 3025262. OLE color: 3025262.

HSL color Cylindrical-coordinate representation of color #6E292E: hue angle of 355.65º 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 #6E292E is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB1104146-
CMYK00.630.580.57
HSL355.65º45.7%29.61%-
HSV(B)355.65º62.73%43.14%-
XYZ7.725.13.16-
YUV62.2118.86162.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.84%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=55.84%
G=20.81%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110414600.630.580.57355.6545.729.61
Hex6E292E03F3A391642e1e
Octal156515607772715445636
Binary1101110101001101110011111111101011100110110010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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