#6A0906

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

Shades of Maroon #6A0906

Tints of Maroon #6A0906

Color information

#6A0906 (or 0x6A0906) is unknown color: approx Maroon. HEX triplet: 6A, 09 and 06. RGB value is (106,9,6). Sum of RGB (Red+Green+Blue) = 106+9+6=121 (16% of max value = 765). Red value is 106 (41.80% from 255 or 87.60% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0906 is #95F6F9. Grayscale: #252525. Windows color (decimal): -9828090 or 395626. OLE color: 395626.

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

Color convert

RGB10696-
CMYK00.920.940.58
HSL1.8º89.29%21.96%-
HSV(B)1.8º94.34%41.57%-
XYZ6.073.270.48-
YUV37.66110.14176.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 87.60%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=87.60%
G=7.44%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069600.920.940.581.889.2921.96
Hex6A9605C5E3A25916
Octal152116013413672213126
Binary1101010100111001011100101111011101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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