#6A2529

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

Shades of Monarch #6A2529

Tints of Monarch #6A2529

Color information

#6A2529 (or 0x6A2529) is unknown color: approx Monarch. HEX triplet: 6A, 25 and 29. RGB value is (106,37,41). Sum of RGB (Red+Green+Blue) = 106+37+41=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2529 is #95DAD6. Grayscale: #3A3A3A. Windows color (decimal): -9820887 or 2696554. OLE color: 2696554.

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

Color convert

RGB1063741-
CMYK00.650.610.58
HSL356.52º48.25%28.04%-
HSV(B)356.52º65.09%41.57%-
XYZ7.014.552.61-
YUV58.09118.36162.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.61%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=57.61%
G=20.11%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106374100.650.610.58356.5248.2528.04
Hex6A25290413D3A165301c
Octal1524551010175725456034
Binary11010101001011010010100000111110111101010110010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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