#6C272F

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

Shades of Monarch #6C272F

Tints of Monarch #6C272F

Color information

#6C272F (or 0x6C272F) is unknown color: approx Monarch. HEX triplet: 6C, 27 and 2F. RGB value is (108,39,47). Sum of RGB (Red+Green+Blue) = 108+39+47=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C272F is #93D8D0. Grayscale: #3C3C3C. Windows color (decimal): -9689297 or 3090284. OLE color: 3090284.

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

Color convert

RGB1083947-
CMYK00.640.560.58
HSL353.04º46.94%28.82%-
HSV(B)353.04º63.89%42.35%-
XYZ7.424.843.23-
YUV60.54120.36161.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.67%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=55.67%
G=20.10%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108394700.640.560.58353.0446.9428.82
Hex6C272F040383A1612f1d
Octal1544757010070725415735
Binary11011001001111011110100000011100011101010110000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,39,47); }

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

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

 a { background-color: rgb(108,39,47); }

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

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

 span { border-color: rgb(108,39,47); }

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