#6E2933

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

Shades of Monarch #6E2933

Tints of Monarch #6E2933

Color information

#6E2933 (or 0x6E2933) is unknown color: approx Monarch. HEX triplet: 6E, 29 and 33. RGB value is (110,41,51). Sum of RGB (Red+Green+Blue) = 110+41+51=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2933 is #91D6CC. Grayscale: #3E3E3E. Windows color (decimal): -9557709 or 3352942. OLE color: 3352942.

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

Color convert

RGB1104151-
CMYK00.630.540.57
HSL351.3º45.7%29.61%-
HSV(B)351.3º62.73%43.14%-
XYZ7.825.143.71-
YUV62.77121.36161.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 54.46%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=54.46%
G=20.30%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110415100.630.540.57351.345.729.61
Hex6E293303F363915f2e1e
Octal156516307766715375636
Binary1101110101001110011011111111011011100110101111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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