#6E2629

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

Shades of Monarch #6E2629

Tints of Monarch #6E2629

Color information

#6E2629 (or 0x6E2629) is unknown color: approx Monarch. HEX triplet: 6E, 26 and 29. RGB value is (110,38,41). Sum of RGB (Red+Green+Blue) = 110+38+41=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2629 is #91D9D6. Grayscale: #3B3B3B. Windows color (decimal): -9558487 or 2696814. OLE color: 2696814.

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

Color convert

RGB1103841-
CMYK00.650.630.57
HSL357.5º48.65%29.02%-
HSV(B)357.5º65.45%43.14%-
XYZ7.524.862.64-
YUV59.87117.35163.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 58.20%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 41 (16.41% from 255) = 21.69%
R=58.20%
G=20.11%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110384100.650.630.57357.548.6529.02
Hex6E26290413F39166311d
Octal1564651010177715466135
Binary11011101001101010010100000111111111100110110011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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