#6B1006

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

Shades of Maroon #6B1006

Tints of Maroon #6B1006

Color information

#6B1006 (or 0x6B1006) is unknown color: approx Maroon. HEX triplet: 6B, 10 and 06. RGB value is (107,16,6). Sum of RGB (Red+Green+Blue) = 107+16+6=129 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.95% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1006 is #94EFF9. Grayscale: #2A2A2A. Windows color (decimal): -9760762 or 397419. OLE color: 397419.

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

Color convert

RGB107166-
CMYK00.850.940.58
HSL5.94º89.38%22.16%-
HSV(B)5.94º94.39%41.96%-
XYZ6.283.510.52-
YUV42.07107.65174.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 82.95%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=82.95%
G=12.40%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10716600.850.940.585.9489.3822.16
Hex6B1060555E3A65916
Octal153206012513672613126
Binary110101110000110010101011011110111010110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,16,6); }

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

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

 a { background-color: rgb(107,16,6); }

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

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

 span { border-color: rgb(107,16,6); }

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