#6A232A

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

Shades of Monarch #6A232A

Tints of Monarch #6A232A

Color information

#6A232A (or 0x6A232A) is unknown color: approx Monarch. HEX triplet: 6A, 23 and 2A. RGB value is (106,35,42). Sum of RGB (Red+Green+Blue) = 106+35+42=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A232A is #95DCD5. Grayscale: #393939. Windows color (decimal): -9821398 or 2761578. OLE color: 2761578.

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

Color convert

RGB1063542-
CMYK00.670.600.58
HSL354.08º50.35%27.65%-
HSV(B)354.08º66.98%41.57%-
XYZ6.964.432.68-
YUV57.03119.52162.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.92%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=57.92%
G=19.13%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106354200.670.600.58354.0850.3527.65
Hex6A232A0433C3A162321c
Octal1524352010374725426234
Binary11010101000111010100100001111110011101010110001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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