Html Css Color HEX #6D1104 Maroon

📋 copy color: '#6D1104'

red 109 ◦ green 17 ◦ blue 4

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

Shades of Maroon #6D1104

Tints of Maroon #6D1104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.08%

 BLUE value IS 4 (1.95% from 255) = 3.08%

R = 83.85%
G = 13.08%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6D1104 (or 0x6D1104) is known color: Maroon. HEX triplet: 6D, 11 and 04. RGB value is (109,17,4). Sum of RGB (Red+Green+Blue) = 109+17+4=130 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.85% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1104 is #92EEFB. Grayscale: #2B2B2B. Windows color (decimal): -9629436 or 266605. OLE color: 266605.

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

Color convert

RGB 109 17 4 -
CMYK 0 0.84 0.96 0.57
HSL 7.43º 0.93% 0.22% -
HSV(B) 7.43º 0.96% 0.43% -
XYZ 6.53 3.66 0.48 -
YUV 43.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 109 17 4 0 0.84 0.96 0.57 7.43 0.93 0.22
Hex 6D 11 4 0 54 60 39 7 5D 16
Octal 155 21 4 0 124 140 71 7 135 26
Binary 1101101 10001 100 0 1010100 1100000 111001 111 1011101 10110

Color Harmonies of #6D1104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1104

Black with #6D1104

Text Example


Text Example

White with #6D1104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,17,4); }

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

background-color css

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

 a { background-color: rgb(109,17,4); }

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

border-color css

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

 span { border-color: rgb(109,17,4); }

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