#6F1202

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

Shades of Maroon #6F1202

Tints of Maroon #6F1202

Color information

#6F1202 (or 0x6F1202) is unknown color: approx Maroon. HEX triplet: 6F, 12 and 02. RGB value is (111,18,2). Sum of RGB (Red+Green+Blue) = 111+18+2=131 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.73% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1202 is #90EDFD. Grayscale: #2C2C2C. Windows color (decimal): -9498110 or 135791. OLE color: 135791.

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

Color convert

RGB111182-
CMYK00.840.980.56
HSL8.81º96.46%22.16%-
HSV(B)8.81º98.2%43.53%-
XYZ6.783.820.44-
YUV43.98104.31175.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 84.73%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=84.73%
G=13.74%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11118200.840.980.568.8196.4622.16
Hex6F122054623896016
Octal1572220124142701114026
Binary110111110010100101010011000101110001001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,18,2); }

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

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

 a { background-color: rgb(111,18,2); }

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

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

 span { border-color: rgb(111,18,2); }

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