#6D252A

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

Shades of Monarch #6D252A

Tints of Monarch #6D252A

Color information

#6D252A (or 0x6D252A) is unknown color: approx Monarch. HEX triplet: 6D, 25 and 2A. RGB value is (109,37,42). Sum of RGB (Red+Green+Blue) = 109+37+42=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D252A is #92DAD5. Grayscale: #3B3B3B. Windows color (decimal): -9624278 or 2762093. OLE color: 2762093.

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

Color convert

RGB1093742-
CMYK00.660.610.57
HSL355.83º49.32%28.63%-
HSV(B)355.83º66.06%42.75%-
XYZ7.394.742.72-
YUV59.1118.35163.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.98%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=57.98%
G=19.68%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109374200.660.610.57355.8349.3228.63
Hex6D252A0423D39164311d
Octal1554552010275715446135
Binary11011011001011010100100001011110111100110110010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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