#6F0C0B

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

Shades of Maroon #6F0C0B

Tints of Maroon #6F0C0B

Color information

#6F0C0B (or 0x6F0C0B) is unknown color: approx Maroon. HEX triplet: 6F, 0C and 0B. RGB value is (111,12,11). Sum of RGB (Red+Green+Blue) = 111+12+11=134 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.84% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0C0B is #90F3F4. Grayscale: #292929. Windows color (decimal): -9499637 or 724079. OLE color: 724079.

HSL color Cylindrical-coordinate representation of color #6F0C0B: hue angle of 0.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0C0B is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1111211-
CMYK00.890.900.56
HSL0.6º81.97%23.92%-
HSV(B)0.6º90.09%43.53%-
XYZ6.753.670.67-
YUV41.49110.8177.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 82.84%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=82.84%
G=8.96%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111121100.890.900.560.681.9723.92
Hex6FCB0595A3815218
Octal1571413013113270112230
Binary1101111110010110101100110110101110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,12,11); }

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

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

 a { background-color: rgb(111,12,11); }

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

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

 span { border-color: rgb(111,12,11); }

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