#6D1400

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

Shades of Maroon #6D1400

Tints of Maroon #6D1400

Color information

#6D1400 (or 0x6D1400) is unknown color: approx Maroon. HEX triplet: 6D, 14 and 00. RGB value is (109,20,0). Sum of RGB (Red+Green+Blue) = 109+20+0=129 (17% of max value = 765). Red value is 109 (42.97% from 255 or 84.50% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1400 is #92EBFF. Grayscale: #2C2C2C. Windows color (decimal): -9628672 or 5229. OLE color: 5229.

HSL color Cylindrical-coordinate representation of color #6D1400: hue angle of 11.01º 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 #6D1400 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB109200-
CMYK00.8210.57
HSL11.01º100%21.37%-
HSV(B)11.01º100%42.75%-
XYZ6.563.750.38-
YUV44.33102.99174.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 84.50%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.50%
G=15.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10920000.8210.5711.0110021.37
Hex6D1400526439b6415
Octal1552400122144711314425
Binary11011011010000101001011001001110011011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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