#6E0F00

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

Shades of Maroon #6E0F00

Tints of Maroon #6E0F00

Color information

#6E0F00 (or 0x6E0F00) is unknown color: approx Maroon. HEX triplet: 6E, 0F and 00. RGB value is (110,15,0). Sum of RGB (Red+Green+Blue) = 110+15+0=125 (16% of max value = 765). Red value is 110 (43.36% from 255 or 88% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0F00 is #91F0FF. Grayscale: #292929. Windows color (decimal): -9564416 or 3950. OLE color: 3950.

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

Color convert

RGB110150-
CMYK00.8610.57
HSL8.18º100%21.57%-
HSV(B)8.18º100%43.14%-
XYZ6.63.660.36-
YUV41.7104.47176.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 88%
GREEN value IS 15 (6.25% from 255) = 12%
BLUE value IS 0 (0.39% from 255) = 0%
R=88%
G=12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11015000.8610.578.1810021.57
Hex6EF0056643986416
Octal1561700126144711014426
Binary1101110111100101011011001001110011000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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