Html Css Color HEX #6E1206 Maroon

📋 copy color: '#6E1206'

red 110 ◦ green 18 ◦ blue 6

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

Shades of Maroon #6E1206

Tints of Maroon #6E1206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.43%

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

R = 82.09%
G = 13.43%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6E1206 (or 0x6E1206) is known color: Maroon. HEX triplet: 6E, 12 and 06. RGB value is (110,18,6). Sum of RGB (Red+Green+Blue) = 110+18+6=134 (17% of max value = 765). Red value is 110 (43.36% from 255 or 82.09% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1206 is #91EDF9. Grayscale: #2C2C2C. Windows color (decimal): -9563642 or 397934. OLE color: 397934.

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

Color convert

RGB 110 18 6 -
CMYK 0 0.84 0.95 0.57
HSL 6.92º 0.9% 0.23% -
HSV(B) 6.92º 0.95% 0.43% -
XYZ 6.68 3.76 0.55 -
YUV 44.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 110 18 6 0 0.84 0.95 0.57 6.92 0.9 0.23
Hex 6E 12 6 0 54 5F 39 7 5A 17
Octal 156 22 6 0 124 137 71 7 132 27
Binary 1101110 10010 110 0 1010100 1011111 111001 111 1011010 10111

Color Harmonies of #6E1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1206

Black with #6E1206

Text Example


Text Example

White with #6E1206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,18,6); }

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

background-color css

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

 a { background-color: rgb(110,18,6); }

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

border-color css

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

 span { border-color: rgb(110,18,6); }

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