#6F0F07

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

Shades of Maroon #6F0F07

Tints of Maroon #6F0F07

Color information

#6F0F07 (or 0x6F0F07) is unknown color: approx Maroon. HEX triplet: 6F, 0F and 07. RGB value is (111,15,7). Sum of RGB (Red+Green+Blue) = 111+15+7=133 (17% of max value = 765). Red value is 111 (43.75% from 255 or 83.46% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0F07 is #90F0F8. Grayscale: #2A2A2A. Windows color (decimal): -9498873 or 462703. OLE color: 462703.

HSL color Cylindrical-coordinate representation of color #6F0F07: hue angle of 4.62º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0F07 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB111157-
CMYK00.860.940.56
HSL4.62º88.14%23.14%-
HSV(B)4.62º93.69%43.53%-
XYZ6.763.740.57-
YUV42.79107.8176.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 83.46%
GREEN value IS 15 (6.25% from 255) = 11.28%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=83.46%
G=11.28%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11115700.860.940.564.6288.1423.14
Hex6FF70565E3855817
Octal157177012613670513027
Binary11011111111111010101101011110111000101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,15,7); }

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

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

 a { background-color: rgb(111,15,7); }

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

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

 span { border-color: rgb(111,15,7); }

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