#6A2327

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

Shades of Monarch #6A2327

Tints of Monarch #6A2327

Color information

#6A2327 (or 0x6A2327) is unknown color: approx Monarch. HEX triplet: 6A, 23 and 27. RGB value is (106,35,39). Sum of RGB (Red+Green+Blue) = 106+35+39=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2327 is #95DCD8. Grayscale: #383838. Windows color (decimal): -9821401 or 2564970. OLE color: 2564970.

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

Color convert

RGB1063539-
CMYK00.670.630.58
HSL356.62º50.35%27.65%-
HSV(B)356.62º66.98%41.57%-
XYZ6.914.412.41-
YUV56.68118.02163.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.89%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 39 (15.62% from 255) = 21.67%
R=58.89%
G=19.44%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106353900.670.630.58356.6250.3527.65
Hex6A23270433F3A165321c
Octal1524347010377725456234
Binary11010101000111001110100001111111111101010110010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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