#6E1602

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

Shades of Maroon #6E1602

Tints of Maroon #6E1602

Color information

#6E1602 (or 0x6E1602) is unknown color: approx Maroon. HEX triplet: 6E, 16 and 02. RGB value is (110,22,2). Sum of RGB (Red+Green+Blue) = 110+22+2=134 (17% of max value = 765). Red value is 110 (43.36% from 255 or 82.09% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1602 is #91E9FD. Grayscale: #2E2E2E. Windows color (decimal): -9562622 or 136814. OLE color: 136814.

HSL color Cylindrical-coordinate representation of color #6E1602: hue angle of 11.11º 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 #6E1602 is Cyan = 0, Magento = 0.8, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB110222-
CMYK00.80.980.57
HSL11.11º96.43%21.96%-
HSV(B)11.11º98.18%43.14%-
XYZ6.733.890.45-
YUV46.03103.15173.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 82.09%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=82.09%
G=16.42%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11022200.80.980.5711.1196.4321.96
Hex6E1620506239b6016
Octal1562620120142711314026
Binary110111010110100101000011000101110011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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