#6E1402

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

Shades of Maroon #6E1402

Tints of Maroon #6E1402

Color information

#6E1402 (or 0x6E1402) is unknown color: approx Maroon. HEX triplet: 6E, 14 and 02. RGB value is (110,20,2). Sum of RGB (Red+Green+Blue) = 110+20+2=132 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.33% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1402 is #91EBFD. Grayscale: #2D2D2D. Windows color (decimal): -9563134 or 136302. OLE color: 136302.

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

Color convert

RGB110202-
CMYK00.820.980.57
HSL10º96.43%21.96%-
HSV(B)10º98.18%43.14%-
XYZ6.693.820.44-
YUV44.86103.82174.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 83.33%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=83.33%
G=15.15%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11020200.820.980.571096.4321.96
Hex6E1420526239a6016
Octal1562420122142711214026
Binary110111010100100101001011000101110011010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,20,2); }

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

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

 a { background-color: rgb(110,20,2); }

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

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

 span { border-color: rgb(110,20,2); }

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