Html Css Color HEX #6D1000 Maroon

📋 copy color: '#6D1000'

red 109 ◦ green 16 ◦ blue 0

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

Shades of Maroon #6D1000

Tints of Maroon #6D1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

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

R = 87.2%
G = 12.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6D1000 (or 0x6D1000) is known color: Maroon. HEX triplet: 6D, 10 and 00. RGB value is (109,16,0). Sum of RGB (Red+Green+Blue) = 109+16+0=125 (16% of max value = 765). Red value is 109 (42.97% from 255 or 87.2% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1000 is #92EFFF. Grayscale: #2A2A2A. Windows color (decimal): -9629696 or 4205. OLE color: 4205.

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

Color convert

RGB 109 16 0 -
CMYK 0 0.85 1 0.57
HSL 8.81º 1% 0.21% -
HSV(B) 8.81º 1% 0.43% -
XYZ 6.49 3.62 0.36 -
YUV 41.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 109 16 0 0 0.85 1 0.57 8.81 1 0.21
Hex 6D 10 0 0 55 64 39 9 64 15
Octal 155 20 0 0 125 144 71 11 144 25
Binary 1101101 10000 0 0 1010101 1100100 111001 1001 1100100 10101

Color Harmonies of #6D1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1000

Black with #6D1000

Text Example


Text Example

White with #6D1000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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