#6A0901

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

Shades of Maroon #6A0901

Tints of Maroon #6A0901

Color information

#6A0901 (or 0x6A0901) is unknown color: approx Maroon. HEX triplet: 6A, 09 and 01. RGB value is (106,9,1). Sum of RGB (Red+Green+Blue) = 106+9+1=116 (15% of max value = 765). Red value is 106 (41.80% from 255 or 91.38% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0901 is #95F6FE. Grayscale: #252525. Windows color (decimal): -9828095 or 67946. OLE color: 67946.

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

Color convert

RGB10691-
CMYK00.920.990.58
HSL4.57º98.13%20.98%-
HSV(B)4.57º99.06%41.57%-
XYZ6.053.260.34-
YUV37.09107.64177.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 91.38%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=91.38%
G=7.76%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069100.920.990.584.5798.1320.98
Hex6A9105C633A56215
Octal152111013414372514225
Binary110101010011010111001100011111010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,9,1); }

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

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

 a { background-color: rgb(106,9,1); }

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

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

 span { border-color: rgb(106,9,1); }

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