#6C282B

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

Shades of Monarch #6C282B

Tints of Monarch #6C282B

Color information

#6C282B (or 0x6C282B) is unknown color: approx Monarch. HEX triplet: 6C, 28 and 2B. RGB value is (108,40,43). Sum of RGB (Red+Green+Blue) = 108+40+43=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C282B is #93D7D4. Grayscale: #3C3C3C. Windows color (decimal): -9689045 or 2828396. OLE color: 2828396.

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

Color convert

RGB1084043-
CMYK00.630.600.58
HSL357.35º45.95%29.02%-
HSV(B)357.35º62.96%42.35%-
XYZ7.384.882.84-
YUV60.67118.03161.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.54%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=56.54%
G=20.94%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108404300.630.600.58357.3545.9529.02
Hex6C282B03F3C3A1652e1d
Octal154505307774725455635
Binary1101100101000101011011111111110011101010110010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,40,43); }

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

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

 a { background-color: rgb(108,40,43); }

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

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

 span { border-color: rgb(108,40,43); }

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