#6A2A32

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

Shades of Monarch #6A2A32

Tints of Monarch #6A2A32

Color information

#6A2A32 (or 0x6A2A32) is unknown color: approx Monarch. HEX triplet: 6A, 2A and 32. RGB value is (106,42,50). Sum of RGB (Red+Green+Blue) = 106+42+50=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2A32 is #95D5CD. Grayscale: #3E3E3E. Windows color (decimal): -9819598 or 3287658. OLE color: 3287658.

HSL color Cylindrical-coordinate representation of color #6A2A32: hue angle of 352.5º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A2A32 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB1064250-
CMYK00.600.530.58
HSL352.5º43.24%29.02%-
HSV(B)352.5º60.38%41.57%-
XYZ7.354.953.59-
YUV62.05121.2159.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.54%
GREEN value IS 42 (16.80% from 255) = 21.21%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=53.54%
G=21.21%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106425000.600.530.58352.543.2429.02
Hex6A2A3203C353A1602b1d
Octal152526207465725405335
Binary1101010101010110010011110011010111101010110000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,42,50); }

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

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

 a { background-color: rgb(106,42,50); }

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

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

 span { border-color: rgb(106,42,50); }

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