Html Css Color HEX #6E1100 Maroon

📋 copy color: '#6E1100'

red 110 ◦ green 17 ◦ blue 0

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

Shades of Maroon #6E1100

Tints of Maroon #6E1100

RGB

 RED value IS 110 (43.36% from 255) = 86.61%

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

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

R = 86.61%
G = 13.39%
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

#6E1100 (or 0x6E1100) is known color: Maroon. HEX triplet: 6E, 11 and 00. RGB value is (110,17,0). Sum of RGB (Red+Green+Blue) = 110+17+0=127 (16% of max value = 765). Red value is 110 (43.36% from 255 or 86.61% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1100 is #91EEFF. Grayscale: #2B2B2B. Windows color (decimal): -9563904 or 4462. OLE color: 4462.

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

Color convert

RGB 110 17 0 -
CMYK 0 0.85 1 0.57
HSL 9.27º 1% 0.22% -
HSV(B) 9.27º 1% 0.43% -
XYZ 6.63 3.72 0.37 -
YUV 42.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 110 17 0 0 0.85 1 0.57 9.27 1 0.22
Hex 6E 11 0 0 55 64 39 9 64 16
Octal 156 21 0 0 125 144 71 11 144 26
Binary 1101110 10001 0 0 1010101 1100100 111001 1001 1100100 10110

Color Harmonies of #6E1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1100

Black with #6E1100

Text Example


Text Example

White with #6E1100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,17,0); }

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

background-color css

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

 a { background-color: rgb(110,17,0); }

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

border-color css

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

 span { border-color: rgb(110,17,0); }

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