Html Css Color HEX #6D1200 Maroon

📋 copy color: '#6D1200'

red 109 ◦ green 18 ◦ blue 0

#6D1200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #6D1200

Tints of Maroon #6D1200

RGB

 RED value IS 109 (42.97% from 255) = 85.83%

 GREEN value IS 18 (7.42% from 255) = 14.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.83%
G = 14.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6D1200 (or 0x6D1200) is known color: Maroon. HEX triplet: 6D, 12 and 00. RGB value is (109,18,0). Sum of RGB (Red+Green+Blue) = 109+18+0=127 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.83% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1200 is #92EDFF. Grayscale: #2B2B2B. Windows color (decimal): -9629184 or 4717. OLE color: 4717.

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

Color convert

RGB 109 18 0 -
CMYK 0 0.83 1 0.57
HSL 9.91º 1% 0.21% -
HSV(B) 9.91º 1% 0.43% -
XYZ 6.52 3.68 0.37 -
YUV 43.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 109 18 0 0 0.83 1 0.57 9.91 1 0.21
Hex 6D 12 0 0 53 64 39 A 64 15
Octal 155 22 0 0 123 144 71 12 144 25
Binary 1101101 10010 0 0 1010011 1100100 111001 1010 1100100 10101

Color Harmonies of #6D1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1200

Black with #6D1200

Text Example


Text Example

White with #6D1200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D1200;
 }
 .AnyTagClassName
 {
   color: #6D1200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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