#6F0907

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

Shades of Maroon #6F0907

Tints of Maroon #6F0907

Color information

#6F0907 (or 0x6F0907) is unknown color: approx Maroon. HEX triplet: 6F, 09 and 07. RGB value is (111,9,7). Sum of RGB (Red+Green+Blue) = 111+9+7=127 (16% of max value = 765). Red value is 111 (43.75% from 255 or 87.40% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0907 is #90F6F8. Grayscale: #272727. Windows color (decimal): -9500409 or 461167. OLE color: 461167.

HSL color Cylindrical-coordinate representation of color #6F0907: hue angle of 1.15º 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 #6F0907 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB11197-
CMYK00.920.940.56
HSL1.15º88.14%23.14%-
HSV(B)1.15º93.69%43.53%-
XYZ6.693.590.54-
YUV39.27109.79179.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 87.40%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 7 (3.12% from 255) = 5.51%
R=87.40%
G=7.09%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119700.920.940.561.1588.1423.14
Hex6F9705C5E3815817
Octal157117013413670113027
Binary110111110011110101110010111101110001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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