#6A0805

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

Shades of Maroon #6A0805

Tints of Maroon #6A0805

Color information

#6A0805 (or 0x6A0805) is unknown color: approx Maroon. HEX triplet: 6A, 08 and 05. RGB value is (106,8,5). Sum of RGB (Red+Green+Blue) = 106+8+5=119 (15% of max value = 765). Red value is 106 (41.80% from 255 or 89.08% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0805 is #95F7FA. Grayscale: #252525. Windows color (decimal): -9828347 or 329834. OLE color: 329834.

HSL color Cylindrical-coordinate representation of color #6A0805: hue angle of 1.78º 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 #6A0805 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB10685-
CMYK00.920.950.58
HSL1.78º90.99%21.76%-
HSV(B)1.78º95.28%41.57%-
XYZ6.063.250.45-
YUV36.96109.97177.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 89.08%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=89.08%
G=6.72%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068500.920.950.581.7890.9921.76
Hex6A8505C5F3A25b16
Octal152105013413772213326
Binary1101010100010101011100101111111101010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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