#6A0603

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

Shades of Maroon #6A0603

Tints of Maroon #6A0603

Color information

#6A0603 (or 0x6A0603) is unknown color: approx Maroon. HEX triplet: 6A, 06 and 03. RGB value is (106,6,3). Sum of RGB (Red+Green+Blue) = 106+6+3=115 (15% of max value = 765). Red value is 106 (41.80% from 255 or 92.17% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0603 is #95F9FC. Grayscale: #232323. Windows color (decimal): -9828861 or 198250. OLE color: 198250.

HSL color Cylindrical-coordinate representation of color #6A0603: hue angle of 1.75º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A0603 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB10663-
CMYK00.940.970.58
HSL1.75º94.5%21.37%-
HSV(B)1.75º97.17%41.57%-
XYZ6.033.20.39-
YUV35.56109.63178.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 92.17%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 3 (1.56% from 255) = 2.61%
R=92.17%
G=5.22%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1066300.940.970.581.7594.521.37
Hex6A6305E613A25e15
Octal15263013614172213625
Binary11010101101101011110110000111101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,6,3); }

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

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

 a { background-color: rgb(106,6,3); }

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

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

 span { border-color: rgb(106,6,3); }

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