#6A282D

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

Shades of Monarch #6A282D

Tints of Monarch #6A282D

Color information

#6A282D (or 0x6A282D) is unknown color: approx Monarch. HEX triplet: 6A, 28 and 2D. RGB value is (106,40,45). Sum of RGB (Red+Green+Blue) = 106+40+45=191 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.50% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 106 - color contains mainly: red. Hex color #6A282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A282D is #95D7D2. Grayscale: #3C3C3C. Windows color (decimal): -9820115 or 2959466. OLE color: 2959466.

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

Color convert

RGB1064045-
CMYK00.620.580.58
HSL355.45º45.21%28.63%-
HSV(B)355.45º62.26%41.57%-
XYZ7.184.773.03-
YUV60.3119.37160.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.50%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=55.50%
G=20.94%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106404500.620.580.58355.4545.2128.63
Hex6A282D03E3A3A1632d1d
Octal152505507672725435535
Binary1101010101000101101011111011101011101010110001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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