Html Css Color HEX #6D1201 Maroon

📋 copy color: '#6D1201'

red 109 ◦ green 18 ◦ blue 1

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

Shades of Maroon #6D1201

Tints of Maroon #6D1201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 85.16%
G = 14.06%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#6D1201 (or 0x6D1201) is known color: Maroon. HEX triplet: 6D, 12 and 01. RGB value is (109,18,1). Sum of RGB (Red+Green+Blue) = 109+18+1=128 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.16% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1201 is #92EDFE. Grayscale: #2B2B2B. Windows color (decimal): -9629183 or 70253. OLE color: 70253.

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

Color convert

RGB 109 18 1 -
CMYK 0 0.83 0.99 0.57
HSL 9.44º 0.98% 0.22% -
HSV(B) 9.44º 0.99% 0.43% -
XYZ 6.53 3.69 0.4 -
YUV 43.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 109 18 1 0 0.83 0.99 0.57 9.44 0.98 0.22
Hex 6D 12 1 0 53 63 39 9 62 16
Octal 155 22 1 0 123 143 71 11 142 26
Binary 1101101 10010 1 0 1010011 1100011 111001 1001 1100010 10110

Color Harmonies of #6D1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1201

Black with #6D1201

Text Example


Text Example

White with #6D1201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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