Html Css Color HEX #6E1000 Maroon

📋 copy color: '#6E1000'

red 110 ◦ green 16 ◦ blue 0

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

Shades of Maroon #6E1000

Tints of Maroon #6E1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.7%

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

R = 87.3%
G = 12.7%
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

#6E1000 (or 0x6E1000) is known color: Maroon. HEX triplet: 6E, 10 and 00. RGB value is (110,16,0). Sum of RGB (Red+Green+Blue) = 110+16+0=126 (16% of max value = 765). Red value is 110 (43.36% from 255 or 87.30% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1000 is #91EFFF. Grayscale: #2A2A2A. Windows color (decimal): -9564160 or 4206. OLE color: 4206.

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

Color convert

RGB 110 16 0 -
CMYK 0 0.85 1 0.57
HSL 8.73º 1% 0.22% -
HSV(B) 8.73º 1% 0.43% -
XYZ 6.62 3.69 0.36 -
YUV 42.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 110 16 0 0 0.85 1 0.57 8.73 1 0.22
Hex 6E 10 0 0 55 64 39 9 64 16
Octal 156 20 0 0 125 144 71 11 144 26
Binary 1101110 10000 0 0 1010101 1100100 111001 1001 1100100 10110

Color Harmonies of #6E1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1000

Black with #6E1000

Text Example


Text Example

White with #6E1000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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