#6c242c

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

Shades of Monarch #6C242C

Tints of Monarch #6C242C

Color information

#6C242C (or 0x6C242C) is unknown color: approx Monarch. HEX triplet: 6C, 24 and 2C. RGB value is (108,36,44). Sum of RGB (Red+Green+Blue) = 108+36+44=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C242C is #93DBD3. Grayscale: #3A3A3A. Windows color (decimal): -9690068 or 2892908. OLE color: 2892908.

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

Color convert

RGB1083644-
CMYK00.670.590.58
HSL353.33º50%28.24%-
HSV(B)353.33º66.67%42.35%-
XYZ7.274.632.89-
YUV58.44119.85163.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.45%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=57.45%
G=19.15%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108364400.670.590.58353.335028.24
Hex6C242C0433B3A161321c
Octal1544454010373725416234
Binary11011001001001011000100001111101111101010110000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c242c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,36,44); }

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

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

 a { background-color: rgb(108,36,44); }

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

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

 span { border-color: rgb(108,36,44); }

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