#6A282E

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

Shades of Monarch #6A282E

Tints of Monarch #6A282E

Color information

#6A282E (or 0x6A282E) is unknown color: approx Monarch. HEX triplet: 6A, 28 and 2E. RGB value is (106,40,46). Sum of RGB (Red+Green+Blue) = 106+40+46=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A282E is #95D7D1. Grayscale: #3C3C3C. Windows color (decimal): -9820114 or 3025002. OLE color: 3025002.

HSL color Cylindrical-coordinate representation of color #6A282E: hue angle of 354.55º 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 #6A282E is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB1064046-
CMYK00.620.570.58
HSL354.55º45.21%28.63%-
HSV(B)354.55º62.26%41.57%-
XYZ7.24.783.13-
YUV60.42119.87160.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.21%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=55.21%
G=20.83%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106404600.620.570.58354.5545.2128.63
Hex6A282E03E393A1632d1d
Octal152505607671725435535
Binary1101010101000101110011111011100111101010110001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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