#6A2730

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

Shades of Monarch #6A2730

Tints of Monarch #6A2730

Color information

#6A2730 (or 0x6A2730) is unknown color: approx Monarch. HEX triplet: 6A, 27 and 30. RGB value is (106,39,48). Sum of RGB (Red+Green+Blue) = 106+39+48=193 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.92% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2730 is #95D8CF. Grayscale: #3C3C3C. Windows color (decimal): -9820368 or 3155818. OLE color: 3155818.

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

Color convert

RGB1063948-
CMYK00.630.550.58
HSL351.94º46.21%28.43%-
HSV(B)351.94º63.21%41.57%-
XYZ7.24.733.33-
YUV60.06121.2160.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.92%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=54.92%
G=20.21%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106394800.630.550.58351.9446.2128.43
Hex6A273003F373A1602e1c
Octal152476007767725405634
Binary1101010100111110000011111111011111101010110000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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