#6E0601

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

Shades of Maroon #6E0601

Tints of Maroon #6E0601

Color information

#6E0601 (or 0x6E0601) is unknown color: approx Maroon. HEX triplet: 6E, 06 and 01. RGB value is (110,6,1). Sum of RGB (Red+Green+Blue) = 110+6+1=117 (15% of max value = 765). Red value is 110 (43.36% from 255 or 94.02% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0601 is #91F9FE. Grayscale: #242424. Windows color (decimal): -9566719 or 67182. OLE color: 67182.

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

Color convert

RGB11061-
CMYK00.950.990.57
HSL2.75º98.2%21.76%-
HSV(B)2.75º99.09%43.14%-
XYZ6.53.450.35-
YUV36.53107.96180.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 94.02%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=94.02%
G=5.13%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1106100.950.990.572.7598.221.76
Hex6E6105F633936216
Octal15661013714371314226
Binary1101110110101011111110001111100111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,6,1); }

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

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

 a { background-color: rgb(110,6,1); }

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

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

 span { border-color: rgb(110,6,1); }

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