#6F0701

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

Shades of Maroon #6F0701

Tints of Maroon #6F0701

Color information

#6F0701 (or 0x6F0701) is unknown color: approx Maroon. HEX triplet: 6F, 07 and 01. RGB value is (111,7,1). Sum of RGB (Red+Green+Blue) = 111+7+1=119 (15% of max value = 765). Red value is 111 (43.75% from 255 or 93.28% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0701 is #90F8FE. Grayscale: #252525. Windows color (decimal): -9500927 or 67439. OLE color: 67439.

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

Color convert

RGB11171-
CMYK00.940.990.56
HSL3.27º98.21%21.96%-
HSV(B)3.27º99.1%43.53%-
XYZ6.643.530.36-
YUV37.41107.46180.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 93.28%
GREEN value IS 7 (3.12% from 255) = 5.88%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=93.28%
G=5.88%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117100.940.990.563.2798.2121.96
Hex6F7105E633836216
Octal15771013614370314226
Binary1101111111101011110110001111100011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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