Html Css Color HEX #6D0906 Maroon

📋 copy color: '#6D0906'

red 109 ◦ green 9 ◦ blue 6

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

Shades of Maroon #6D0906

Tints of Maroon #6D0906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.26%

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

R = 87.9%
G = 7.26%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#6D0906 (or 0x6D0906) is known color: Maroon. HEX triplet: 6D, 09 and 06. RGB value is (109,9,6). Sum of RGB (Red+Green+Blue) = 109+9+6=124 (16% of max value = 765). Red value is 109 (42.97% from 255 or 87.90% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0906 is #92F6F9. Grayscale: #262626. Windows color (decimal): -9631482 or 395629. OLE color: 395629.

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

Color convert

RGB 109 9 6 -
CMYK 0 0.92 0.94 0.57
HSL 1.75º 0.9% 0.23% -
HSV(B) 1.75º 0.94% 0.43% -
XYZ 6.44 3.46 0.5 -
YUV 38.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 109 9 6 0 0.92 0.94 0.57 1.75 0.9 0.23
Hex 6D 9 6 0 5C 5E 39 2 5A 17
Octal 155 11 6 0 134 136 71 2 132 27
Binary 1101101 1001 110 0 1011100 1011110 111001 10 1011010 10111

Color Harmonies of #6D0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0906

Black with #6D0906

Text Example


Text Example

White with #6D0906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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