#6F0E00

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

Shades of Maroon #6F0E00

Tints of Maroon #6F0E00

Color information

#6F0E00 (or 0x6F0E00) is unknown color: approx Maroon. HEX triplet: 6F, 0E and 00. RGB value is (111,14,0). Sum of RGB (Red+Green+Blue) = 111+14+0=125 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.8% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0E00 is #90F1FF. Grayscale: #292929. Windows color (decimal): -9499136 or 3695. OLE color: 3695.

HSL color Cylindrical-coordinate representation of color #6F0E00: hue angle of 7.57º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0E00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB111140-
CMYK00.8710.56
HSL7.57º100%21.76%-
HSV(B)7.57º100%43.53%-
XYZ6.713.690.36-
YUV41.41104.64177.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 88.8%
GREEN value IS 14 (5.86% from 255) = 11.2%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.8%
G=11.2%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11114000.8710.567.5710021.76
Hex6FE0057643886416
Octal1571600127144701014426
Binary1101111111000101011111001001110001000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,14,0); }

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

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

 a { background-color: rgb(111,14,0); }

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

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

 span { border-color: rgb(111,14,0); }

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