#6A2326

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

Shades of Monarch #6A2326

Tints of Monarch #6A2326

Color information

#6A2326 (or 0x6A2326) is unknown color: approx Monarch. HEX triplet: 6A, 23 and 26. RGB value is (106,35,38). Sum of RGB (Red+Green+Blue) = 106+35+38=179 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.22% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2326 is #95DCD9. Grayscale: #383838. Windows color (decimal): -9821402 or 2499434. OLE color: 2499434.

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

Color convert

RGB1063538-
CMYK00.670.640.58
HSL357.46º50.35%27.65%-
HSV(B)357.46º66.98%41.57%-
XYZ6.894.412.32-
YUV56.57117.52163.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.22%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=59.22%
G=19.55%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106353800.670.640.58357.4650.3527.65
Hex6A2326043403A165321c
Octal15243460103100725456234
Binary110101010001110011001000011100000011101010110010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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