#6A1005

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

Shades of Maroon #6A1005

Tints of Maroon #6A1005

Color information

#6A1005 (or 0x6A1005) is unknown color: approx Maroon. HEX triplet: 6A, 10 and 05. RGB value is (106,16,5). Sum of RGB (Red+Green+Blue) = 106+16+5=127 (16% of max value = 765). Red value is 106 (41.80% from 255 or 83.46% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1005 is #95EFFA. Grayscale: #292929. Windows color (decimal): -9826299 or 331882. OLE color: 331882.

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

Color convert

RGB106165-
CMYK00.850.950.58
HSL6.53º90.99%21.76%-
HSV(B)6.53º95.28%41.57%-
XYZ6.163.450.48-
YUV41.66107.32173.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 83.46%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 5 (2.34% from 255) = 3.94%
R=83.46%
G=12.60%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10616500.850.950.586.5390.9921.76
Hex6A1050555F3A75b16
Octal152205012513772713326
Binary110101010000101010101011011111111010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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