#6A292E

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

Shades of Monarch #6A292E

Tints of Monarch #6A292E

Color information

#6A292E (or 0x6A292E) is unknown color: approx Monarch. HEX triplet: 6A, 29 and 2E. RGB value is (106,41,46). Sum of RGB (Red+Green+Blue) = 106+41+46=193 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.92% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 106 - color contains mainly: red. Hex color #6A292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A292E is #95D6D1. Grayscale: #3D3D3D. Windows color (decimal): -9819858 or 3025258. OLE color: 3025258.

HSL color Cylindrical-coordinate representation of color #6A292E: hue angle of 355.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A292E is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB1064146-
CMYK00.610.570.58
HSL355.38º44.22%28.82%-
HSV(B)355.38º61.32%41.57%-
XYZ7.234.853.14-
YUV61119.53160.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.92%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=54.92%
G=21.24%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106414600.610.570.58355.3844.2228.82
Hex6A292E03D393A1632c1d
Octal152515607571725435435
Binary1101010101001101110011110111100111101010110001110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,46); }

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

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

 a { background-color: rgb(106,41,46); }

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

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

 span { border-color: rgb(106,41,46); }

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