#6D0D00

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

Shades of Maroon #6D0D00

Tints of Maroon #6D0D00

Color information

#6D0D00 (or 0x6D0D00) is unknown color: approx Maroon. HEX triplet: 6D, 0D and 00. RGB value is (109,13,0). Sum of RGB (Red+Green+Blue) = 109+13+0=122 (16% of max value = 765). Red value is 109 (42.97% from 255 or 89.34% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0D00 is #92F2FF. Grayscale: #282828. Windows color (decimal): -9630464 or 3437. OLE color: 3437.

HSL color Cylindrical-coordinate representation of color #6D0D00: hue angle of 7.16º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0D00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB109130-
CMYK00.8810.57
HSL7.16º100%21.37%-
HSV(B)7.16º100%42.75%-
XYZ6.453.540.34-
YUV40.22105.3177.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 89.34%
GREEN value IS 13 (5.47% from 255) = 10.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.34%
G=10.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10913000.8810.577.1610021.37
Hex6DD0058643976415
Octal155150013014471714425
Binary110110111010010110001100100111001111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,13,0); }

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

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

 a { background-color: rgb(109,13,0); }

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

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

 span { border-color: rgb(109,13,0); }

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