#6A242C

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

Shades of Monarch #6A242C

Tints of Monarch #6A242C

Color information

#6A242C (or 0x6A242C) is unknown color: approx Monarch. HEX triplet: 6A, 24 and 2C. RGB value is (106,36,44). Sum of RGB (Red+Green+Blue) = 106+36+44=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A242C is #95DBD3. Grayscale: #393939. Windows color (decimal): -9821140 or 2892906. OLE color: 2892906.

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

Color convert

RGB1063644-
CMYK00.660.580.58
HSL353.14º49.3%27.84%-
HSV(B)353.14º66.04%41.57%-
XYZ7.034.512.88-
YUV57.84120.19162.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.99%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=56.99%
G=19.35%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106364400.660.580.58353.1449.327.84
Hex6A242C0423A3A161311c
Octal1524454010272725416134
Binary11010101001001011000100001011101011101010110000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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