#6F1005

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

Shades of Maroon #6F1005

Tints of Maroon #6F1005

Color information

#6F1005 (or 0x6F1005) is unknown color: approx Maroon. HEX triplet: 6F, 10 and 05. RGB value is (111,16,5). Sum of RGB (Red+Green+Blue) = 111+16+5=132 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.09% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1005 is #90EFFA. Grayscale: #2B2B2B. Windows color (decimal): -9498619 or 331887. OLE color: 331887.

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

Color convert

RGB111165-
CMYK00.860.950.56
HSL6.23º91.38%22.75%-
HSV(B)6.23º95.5%43.53%-
XYZ6.773.760.51-
YUV43.15106.47176.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 84.09%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=84.09%
G=12.12%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11116500.860.950.566.2391.3822.75
Hex6F1050565F3865b17
Octal157205012613770613327
Binary110111110000101010101101011111111000110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,16,5); }

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

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

 a { background-color: rgb(111,16,5); }

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

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

 span { border-color: rgb(111,16,5); }

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