#6D0C05

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

Shades of Maroon #6D0C05

Tints of Maroon #6D0C05

Color information

#6D0C05 (or 0x6D0C05) is unknown color: approx Maroon. HEX triplet: 6D, 0C and 05. RGB value is (109,12,5). Sum of RGB (Red+Green+Blue) = 109+12+5=126 (16% of max value = 765). Red value is 109 (42.97% from 255 or 86.51% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0C05 is #92F3FA. Grayscale: #282828. Windows color (decimal): -9630715 or 330861. OLE color: 330861.

HSL color Cylindrical-coordinate representation of color #6D0C05: hue angle of 4.04º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0C05 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB109125-
CMYK00.890.950.57
HSL4.04º91.23%22.35%-
HSV(B)4.04º95.41%42.75%-
XYZ6.473.530.48-
YUV40.2108.14177.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 86.51%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=86.51%
G=9.52%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10912500.890.950.574.0491.2322.35
Hex6DC50595F3945b16
Octal155145013113771413326
Binary11011011100101010110011011111111001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,12,5); }

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

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

 a { background-color: rgb(109,12,5); }

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

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

 span { border-color: rgb(109,12,5); }

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