#6C2D34

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

Shades of Monarch #6C2D34

Tints of Monarch #6C2D34

Color information

#6C2D34 (or 0x6C2D34) is unknown color: approx Monarch. HEX triplet: 6C, 2D and 34. RGB value is (108,45,52). Sum of RGB (Red+Green+Blue) = 108+45+52=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D34 is #93D2CB. Grayscale: #404040. Windows color (decimal): -9687756 or 3419500. OLE color: 3419500.

HSL color Cylindrical-coordinate representation of color #6C2D34: hue angle of 353.33º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C2D34 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB1084552-
CMYK00.580.520.58
HSL353.33º41.18%30%-
HSV(B)353.33º58.33%42.35%-
XYZ7.745.313.87-
YUV64.64120.87158.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.68%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 52 (20.70% from 255) = 25.37%
R=52.68%
G=21.95%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108455200.580.520.58353.3341.1830
Hex6C2D3403A343A161291e
Octal154556407264725415136
Binary1101100101101110100011101011010011101010110000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,45,52); }

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

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

 a { background-color: rgb(108,45,52); }

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

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

 span { border-color: rgb(108,45,52); }

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