Html Css Color HEX #6D0A06 Maroon

📋 copy color: '#6D0A06'

red 109 ◦ green 10 ◦ blue 6

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

Shades of Maroon #6D0A06

Tints of Maroon #6D0A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.8%

R = 87.2%
G = 8%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#6D0A06 (or 0x6D0A06) is known color: Maroon. HEX triplet: 6D, 0A and 06. RGB value is (109,10,6). Sum of RGB (Red+Green+Blue) = 109+10+6=125 (16% of max value = 765). Red value is 109 (42.97% from 255 or 87.2% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0A06 is #92F5F9. Grayscale: #272727. Windows color (decimal): -9631226 or 395885. OLE color: 395885.

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

Color convert

RGB 109 10 6 -
CMYK 0 0.91 0.94 0.57
HSL 2.33º 0.9% 0.23% -
HSV(B) 2.33º 0.94% 0.43% -
XYZ 6.45 3.48 0.5 -
YUV 39.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 109 10 6 0 0.91 0.94 0.57 2.33 0.9 0.23
Hex 6D A 6 0 5B 5E 39 2 5A 17
Octal 155 12 6 0 133 136 71 2 132 27
Binary 1101101 1010 110 0 1011011 1011110 111001 10 1011010 10111

Color Harmonies of #6D0A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A06

Black with #6D0A06

Text Example


Text Example

White with #6D0A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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