#6C2529

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

Shades of Monarch #6C2529

Tints of Monarch #6C2529

Color information

#6C2529 (or 0x6C2529) is unknown color: approx Monarch. HEX triplet: 6C, 25 and 29. RGB value is (108,37,41). Sum of RGB (Red+Green+Blue) = 108+37+41=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2529 is #93DAD6. Grayscale: #3A3A3A. Windows color (decimal): -9689815 or 2696556. OLE color: 2696556.

HSL color Cylindrical-coordinate representation of color #6C2529: hue angle of 356.62º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2529 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1083741-
CMYK00.660.620.58
HSL356.62º48.97%28.43%-
HSV(B)356.62º65.74%42.35%-
XYZ7.254.672.62-
YUV58.68118.02163.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.06%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=58.06%
G=19.89%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108374100.660.620.58356.6248.9728.43
Hex6C25290423E3A165311c
Octal1544551010276725456134
Binary11011001001011010010100001011111011101010110010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,37,41); }

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

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

 a { background-color: rgb(108,37,41); }

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

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

 span { border-color: rgb(108,37,41); }

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