#6A2830

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

Shades of Monarch #6A2830

Tints of Monarch #6A2830

Color information

#6A2830 (or 0x6A2830) is unknown color: approx Monarch. HEX triplet: 6A, 28 and 30. RGB value is (106,40,48). Sum of RGB (Red+Green+Blue) = 106+40+48=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2830 is #95D7CF. Grayscale: #3C3C3C. Windows color (decimal): -9820112 or 3156074. OLE color: 3156074.

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

Color convert

RGB1064048-
CMYK00.620.550.58
HSL352.73º45.21%28.63%-
HSV(B)352.73º62.26%41.57%-
XYZ7.244.83.34-
YUV60.65120.87160.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.64%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=54.64%
G=20.62%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106404800.620.550.58352.7345.2128.63
Hex6A283003E373A1612d1d
Octal152506007667725415535
Binary1101010101000110000011111011011111101010110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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