#6C2527

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

Shades of Monarch #6C2527

Tints of Monarch #6C2527

Color information

#6C2527 (or 0x6C2527) is unknown color: approx Monarch. HEX triplet: 6C, 25 and 27. RGB value is (108,37,39). Sum of RGB (Red+Green+Blue) = 108+37+39=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2527 is #93DAD8. Grayscale: #3A3A3A. Windows color (decimal): -9689817 or 2565484. OLE color: 2565484.

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

Color convert

RGB1083739-
CMYK00.660.640.58
HSL358.31º48.97%28.43%-
HSV(B)358.31º65.74%42.35%-
XYZ7.214.662.44-
YUV58.46117.02163.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.70%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 39 (15.62% from 255) = 21.20%
R=58.70%
G=20.11%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108373900.660.640.58358.3148.9728.43
Hex6C2527042403A166311c
Octal15445470102100725466134
Binary110110010010110011101000010100000011101010110011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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