#6A0E04

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

Shades of Maroon #6A0E04

Tints of Maroon #6A0E04

Color information

#6A0E04 (or 0x6A0E04) is unknown color: approx Maroon. HEX triplet: 6A, 0E and 04. RGB value is (106,14,4). Sum of RGB (Red+Green+Blue) = 106+14+4=124 (16% of max value = 765). Red value is 106 (41.80% from 255 or 85.48% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0E04 is #95F1FB. Grayscale: #282828. Windows color (decimal): -9826812 or 265834. OLE color: 265834.

HSL color Cylindrical-coordinate representation of color #6A0E04: hue angle of 5.88º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0E04 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB106144-
CMYK00.870.960.58
HSL5.88º92.73%21.57%-
HSV(B)5.88º96.23%41.57%-
XYZ6.123.390.45-
YUV40.37107.48174.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 85.48%
GREEN value IS 14 (5.86% from 255) = 11.29%
BLUE value IS 4 (1.95% from 255) = 3.23%
R=85.48%
G=11.29%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10614400.870.960.585.8892.7321.57
Hex6AE4057603A65d16
Octal152164012714072613526
Binary11010101110100010101111100000111010110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,14,4); }

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

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

 a { background-color: rgb(106,14,4); }

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

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

 span { border-color: rgb(106,14,4); }

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