Html Css Color HEX #6E0B06 Maroon

📋 copy color: '#6E0B06'

red 110 ◦ green 11 ◦ blue 6

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

Shades of Maroon #6E0B06

Tints of Maroon #6E0B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.66%

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

R = 86.61%
G = 8.66%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6E0B06 (or 0x6E0B06) is known color: Maroon. HEX triplet: 6E, 0B and 06. RGB value is (110,11,6). Sum of RGB (Red+Green+Blue) = 110+11+6=127 (16% of max value = 765). Red value is 110 (43.36% from 255 or 86.61% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0B06 is #91F4F9. Grayscale: #282828. Windows color (decimal): -9565434 or 396142. OLE color: 396142.

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

Color convert

RGB 110 11 6 -
CMYK 0 0.9 0.95 0.57
HSL 2.88º 0.9% 0.23% -
HSV(B) 2.88º 0.95% 0.43% -
XYZ 6.58 3.57 0.51 -
YUV 40.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 110 11 6 0 0.9 0.95 0.57 2.88 0.9 0.23
Hex 6E B 6 0 5A 5F 39 3 5A 17
Octal 156 13 6 0 132 137 71 3 132 27
Binary 1101110 1011 110 0 1011010 1011111 111001 11 1011010 10111

Color Harmonies of #6E0B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0B06

Black with #6E0B06

Text Example


Text Example

White with #6E0B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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