#6A0B07

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

Shades of Maroon #6A0B07

Tints of Maroon #6A0B07

Color information

#6A0B07 (or 0x6A0B07) is unknown color: approx Maroon. HEX triplet: 6A, 0B and 07. RGB value is (106,11,7). Sum of RGB (Red+Green+Blue) = 106+11+7=124 (16% of max value = 765). Red value is 106 (41.80% from 255 or 85.48% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0B07 is #95F4F8. Grayscale: #272727. Windows color (decimal): -9827577 or 461674. OLE color: 461674.

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

Color convert

RGB106117-
CMYK00.900.930.58
HSL2.42º87.61%22.16%-
HSV(B)2.42º93.4%41.57%-
XYZ6.13.320.52-
YUV38.95109.97175.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 85.48%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 7 (3.12% from 255) = 5.65%
R=85.48%
G=8.87%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10611700.900.930.582.4287.6122.16
Hex6AB705A5D3A25816
Octal152137013213572213026
Binary1101010101111101011010101110111101010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,11,7); }

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

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

 a { background-color: rgb(106,11,7); }

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

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

 span { border-color: rgb(106,11,7); }

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