Html Css Color HEX #6D0A09 Maroon

📋 copy color: '#6D0A09'

red 109 ◦ green 10 ◦ blue 9

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

Shades of Maroon #6D0A09

Tints of Maroon #6D0A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.81%

 BLUE value IS 9 (3.91% from 255) = 7.03%

R = 85.16%
G = 7.81%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.57

RGB Variations

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

Color information

#6D0A09 (or 0x6D0A09) is known color: Maroon. HEX triplet: 6D, 0A and 09. RGB value is (109,10,9). Sum of RGB (Red+Green+Blue) = 109+10+9=128 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.16% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0A09 is #92F5F6. Grayscale: #272727. Windows color (decimal): -9631223 or 592493. OLE color: 592493.

HSL color Cylindrical-coordinate representation of color #6D0A09: hue angle of 0.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0A09 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 10 9 -
CMYK 0 0.91 0.92 0.57
HSL 0.6º 0.85% 0.23% -
HSV(B) 0.6º 0.92% 0.43% -
XYZ 6.46 3.49 0.59 -
YUV 39.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 109 10 9 0 0.91 0.92 0.57 0.6 0.85 0.23
Hex 6D A 9 0 5B 5C 39 1 55 17
Octal 155 12 11 0 133 134 71 1 125 27
Binary 1101101 1010 1001 0 1011011 1011100 111001 1 1010101 10111

Color Harmonies of #6D0A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A09

Black with #6D0A09

Text Example


Text Example

White with #6D0A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,10,9); }

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

background-color css

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

 a { background-color: rgb(109,10,9); }

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

border-color css

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

 span { border-color: rgb(109,10,9); }

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