#6E0E05

Color #6E0E05 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #6E0E05

Tints of Maroon #6E0E05

Color information

#6E0E05 (or 0x6E0E05) is unknown color: approx Maroon. HEX triplet: 6E, 0E and 05. RGB value is (110,14,5). Sum of RGB (Red+Green+Blue) = 110+14+5=129 (17% of max value = 765). Red value is 110 (43.36% from 255 or 85.27% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0E05 is #91F1FA. Grayscale: #292929. Windows color (decimal): -9564667 or 331374. OLE color: 331374.

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

Color convert

RGB110145-
CMYK00.870.950.57
HSL5.14º91.3%22.55%-
HSV(B)5.14º95.45%43.14%-
XYZ6.613.640.5-
YUV41.68107.3176.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 85.27%
GREEN value IS 14 (5.86% from 255) = 10.85%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=85.27%
G=10.85%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11014500.870.950.575.1491.322.55
Hex6EE50575F3955b17
Octal156165012713771513327
Binary11011101110101010101111011111111001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,14,5); }

 H1.HeaderClassName
 {
   color: #6E0E05;
 }
 .AnyTagClassName
 {
   color: #6E0E05;
 }
</style>
background-color css

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

 a { background-color: rgb(110,14,5); }

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

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

 span { border-color: rgb(110,14,5); }

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