#6F1200

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

Shades of Maroon #6F1200

Tints of Maroon #6F1200

Color information

#6F1200 (or 0x6F1200) is unknown color: approx Maroon. HEX triplet: 6F, 12 and 00. RGB value is (111,18,0). Sum of RGB (Red+Green+Blue) = 111+18+0=129 (17% of max value = 765). Red value is 111 (43.75% from 255 or 86.05% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1200 is #90EDFF. Grayscale: #2B2B2B. Windows color (decimal): -9498112 or 4719. OLE color: 4719.

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

Color convert

RGB111180-
CMYK00.8410.56
HSL9.73º100%21.76%-
HSV(B)9.73º100%43.53%-
XYZ6.773.810.38-
YUV43.76103.31175.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 86.05%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.05%
G=13.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11118000.8410.569.7310021.76
Hex6F1200546438a6416
Octal1572200124144701214426
Binary11011111001000101010011001001110001010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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