#6E2528

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

Shades of Monarch #6E2528

Tints of Monarch #6E2528

Color information

#6E2528 (or 0x6E2528) is unknown color: approx Monarch. HEX triplet: 6E, 25 and 28. RGB value is (110,37,40). Sum of RGB (Red+Green+Blue) = 110+37+40=187 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.82% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2528 is #91DAD7. Grayscale: #3B3B3B. Windows color (decimal): -9558744 or 2631022. OLE color: 2631022.

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

Color convert

RGB1103740-
CMYK00.660.640.57
HSL357.53º49.66%28.82%-
HSV(B)357.53º66.36%43.14%-
XYZ7.474.792.54-
YUV59.17117.18164.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 58.82%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=58.82%
G=19.79%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110374000.660.640.57357.5349.6628.82
Hex6E25280424039166321d
Octal15645500102100715466235
Binary110111010010110100001000010100000011100110110011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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