#6B1304

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

Shades of Maroon #6B1304

Tints of Maroon #6B1304

Color information

#6B1304 (or 0x6B1304) is unknown color: approx Maroon. HEX triplet: 6B, 13 and 04. RGB value is (107,19,4). Sum of RGB (Red+Green+Blue) = 107+19+4=130 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.31% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1304 is #94ECFB. Grayscale: #2B2B2B. Windows color (decimal): -9759996 or 267115. OLE color: 267115.

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

Color convert

RGB107194-
CMYK00.820.960.58
HSL8.74º92.79%21.76%-
HSV(B)8.74º96.26%41.96%-
XYZ6.323.60.48-
YUV43.6105.65173.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 82.31%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 4 (1.95% from 255) = 3.08%
R=82.31%
G=14.62%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10719400.820.960.588.7492.7921.76
Hex6B134052603A95d16
Octal1532340122140721113526
Binary1101011100111000101001011000001110101001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,19,4); }

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

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

 a { background-color: rgb(107,19,4); }

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

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

 span { border-color: rgb(107,19,4); }

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