#6F0807

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

Shades of Maroon #6F0807

Tints of Maroon #6F0807

Color information

#6F0807 (or 0x6F0807) is unknown color: approx Maroon. HEX triplet: 6F, 08 and 07. RGB value is (111,8,7). Sum of RGB (Red+Green+Blue) = 111+8+7=126 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.10% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0807 is #90F7F8. Grayscale: #262626. Windows color (decimal): -9500665 or 460911. OLE color: 460911.

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

Color convert

RGB11187-
CMYK00.930.940.56
HSL0.58º88.14%23.14%-
HSV(B)0.58º93.69%43.53%-
XYZ6.683.570.54-
YUV38.68110.12179.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 88.10%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 7 (3.12% from 255) = 5.56%
R=88.10%
G=6.35%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118700.930.940.560.5888.1423.14
Hex6F8705D5E3815817
Octal157107013513670113027
Binary110111110001110101110110111101110001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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