#6F0C03

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

Shades of Maroon #6F0C03

Tints of Maroon #6F0C03

Color information

#6F0C03 (or 0x6F0C03) is unknown color: approx Maroon. HEX triplet: 6F, 0C and 03. RGB value is (111,12,3). Sum of RGB (Red+Green+Blue) = 111+12+3=126 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.10% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0C03 is #90F3FC. Grayscale: #282828. Windows color (decimal): -9499645 or 199791. OLE color: 199791.

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

Color convert

RGB111123-
CMYK00.890.970.56
HSL94.74%22.35%-
HSV(B)97.3%43.53%-
XYZ6.73.650.44-
YUV40.57106.8178.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 88.10%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 3 (1.56% from 255) = 2.38%
R=88.10%
G=9.52%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11112300.890.970.56594.7422.35
Hex6FC3059613855f16
Octal157143013114170513726
Binary1101111110011010110011100001111000101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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