#6E252A

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

Shades of Monarch #6E252A

Tints of Monarch #6E252A

Color information

#6E252A (or 0x6E252A) is unknown color: approx Monarch. HEX triplet: 6E, 25 and 2A. RGB value is (110,37,42). Sum of RGB (Red+Green+Blue) = 110+37+42=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E252A is #91DAD5. Grayscale: #3B3B3B. Windows color (decimal): -9558742 or 2762094. OLE color: 2762094.

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

Color convert

RGB1103742-
CMYK00.660.620.57
HSL355.89º49.66%28.82%-
HSV(B)355.89º66.36%43.14%-
XYZ7.514.812.72-
YUV59.4118.18164.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 58.20%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=58.20%
G=19.58%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110374200.660.620.57355.8949.6628.82
Hex6E252A0423E39164321d
Octal1564552010276715446235
Binary11011101001011010100100001011111011100110110010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,37,42); }

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

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

 a { background-color: rgb(110,37,42); }

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

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

 span { border-color: rgb(110,37,42); }

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