Html Css Color HEX #6E1404 Maroon

📋 copy color: '#6E1404'

red 110 ◦ green 20 ◦ blue 4

#6E1404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #6E1404

Tints of Maroon #6E1404

RGB

 RED value IS 110 (43.36% from 255) = 82.09%

 GREEN value IS 20 (8.2% from 255) = 14.93%

 BLUE value IS 4 (1.95% from 255) = 2.99%

R = 82.09%
G = 14.93%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6E1404 (or 0x6E1404) is known color: Maroon. HEX triplet: 6E, 14 and 04. RGB value is (110,20,4). Sum of RGB (Red+Green+Blue) = 110+20+4=134 (17% of max value = 765). Red value is 110 (43.36% from 255 or 82.09% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1404 is #91EBFB. Grayscale: #2D2D2D. Windows color (decimal): -9563132 or 267374. OLE color: 267374.

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

Color convert

RGB 110 20 4 -
CMYK 0 0.82 0.96 0.57
HSL 9.06º 0.93% 0.22% -
HSV(B) 9.06º 0.96% 0.43% -
XYZ 6.7 3.82 0.5 -
YUV 45.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 110 20 4 0 0.82 0.96 0.57 9.06 0.93 0.22
Hex 6E 14 4 0 52 60 39 9 5D 16
Octal 156 24 4 0 122 140 71 11 135 26
Binary 1101110 10100 100 0 1010010 1100000 111001 1001 1011101 10110

Color Harmonies of #6E1404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1404

Black with #6E1404

Text Example


Text Example

White with #6E1404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E1404;
 }
 .AnyTagClassName
 {
   color: #6E1404;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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