#6A202D

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

Shades of Monarch #6A202D

Tints of Monarch #6A202D

Color information

#6A202D (or 0x6A202D) is unknown color: approx Monarch. HEX triplet: 6A, 20 and 2D. RGB value is (106,32,45). Sum of RGB (Red+Green+Blue) = 106+32+45=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A202D is #95DFD2. Grayscale: #373737. Windows color (decimal): -9822163 or 2957418. OLE color: 2957418.

HSL color Cylindrical-coordinate representation of color #6A202D: hue angle of 349.46º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A202D is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1063245-
CMYK00.700.580.58
HSL349.46º53.62%27.06%-
HSV(B)349.46º69.81%41.57%-
XYZ6.934.292.94-
YUV55.61122.02163.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.92%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=57.92%
G=17.49%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106324500.700.580.58349.4653.6227.06
Hex6A202D0463A3A15d361b
Octal1524055010672725356633
Binary11010101000001011010100011011101011101010101110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,32,45); }

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

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

 a { background-color: rgb(106,32,45); }

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

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

 span { border-color: rgb(106,32,45); }

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