#6C292E

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

Shades of Monarch #6C292E

Tints of Monarch #6C292E

Color information

#6C292E (or 0x6C292E) is unknown color: approx Monarch. HEX triplet: 6C, 29 and 2E. RGB value is (108,41,46). Sum of RGB (Red+Green+Blue) = 108+41+46=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C292E is #93D6D1. Grayscale: #3D3D3D. Windows color (decimal): -9688786 or 3025260. OLE color: 3025260.

HSL color Cylindrical-coordinate representation of color #6C292E: hue angle of 355.52º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C292E is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB1084146-
CMYK00.620.570.58
HSL355.52º44.97%29.22%-
HSV(B)355.52º62.04%42.35%-
XYZ7.474.973.15-
YUV61.6119.2161.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.38%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=55.38%
G=21.03%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108414600.620.570.58355.5244.9729.22
Hex6C292E03E393A1642d1d
Octal154515607671725445535
Binary1101100101001101110011111011100111101010110010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,46); }

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

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

 a { background-color: rgb(108,41,46); }

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

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

 span { border-color: rgb(108,41,46); }

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