#6A2328

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

Shades of Monarch #6A2328

Tints of Monarch #6A2328

Color information

#6A2328 (or 0x6A2328) is unknown color: approx Monarch. HEX triplet: 6A, 23 and 28. RGB value is (106,35,40). Sum of RGB (Red+Green+Blue) = 106+35+40=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2328 is #95DCD7. Grayscale: #383838. Windows color (decimal): -9821400 or 2630506. OLE color: 2630506.

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

Color convert

RGB1063540-
CMYK00.670.620.58
HSL355.77º50.35%27.65%-
HSV(B)355.77º66.98%41.57%-
XYZ6.934.422.5-
YUV56.8118.52163.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.56%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=58.56%
G=19.34%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106354000.670.620.58355.7750.3527.65
Hex6A23280433E3A164321c
Octal1524350010376725446234
Binary11010101000111010000100001111111011101010110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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