#6F0D0A

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

Shades of Maroon #6F0D0A

Tints of Maroon #6F0D0A

Color information

#6F0D0A (or 0x6F0D0A) is unknown color: approx Maroon. HEX triplet: 6F, 0D and 0A. RGB value is (111,13,10). Sum of RGB (Red+Green+Blue) = 111+13+10=134 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.84% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0D0A is #90F2F5. Grayscale: #2A2A2A. Windows color (decimal): -9499382 or 658799. OLE color: 658799.

HSL color Cylindrical-coordinate representation of color #6F0D0A: hue angle of 1.78º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0D0A is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1111310-
CMYK00.880.910.56
HSL1.78º83.47%23.73%-
HSV(B)1.78º90.99%43.53%-
XYZ6.753.690.64-
YUV41.96109.97177.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 82.84%
GREEN value IS 13 (5.47% from 255) = 9.70%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=82.84%
G=9.70%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111131000.880.910.561.7883.4723.73
Hex6FDA0585B3825318
Octal1571512013013370212330
Binary11011111101101001011000101101111100010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,13,10); }

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

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

 a { background-color: rgb(111,13,10); }

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

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

 span { border-color: rgb(111,13,10); }

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