Html Css Color HEX #6E0804 Maroon

📋 copy color: '#6E0804'

red 110 ◦ green 8 ◦ blue 4

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

Shades of Maroon #6E0804

Tints of Maroon #6E0804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.56%

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

R = 90.16%
G = 6.56%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6E0804 (or 0x6E0804) is known color: Maroon. HEX triplet: 6E, 08 and 04. RGB value is (110,8,4). Sum of RGB (Red+Green+Blue) = 110+8+4=122 (16% of max value = 765). Red value is 110 (43.36% from 255 or 90.16% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0804 is #91F7FB. Grayscale: #262626. Windows color (decimal): -9566204 or 264302. OLE color: 264302.

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

Color convert

RGB 110 8 4 -
CMYK 0 0.93 0.96 0.57
HSL 2.26º 0.93% 0.22% -
HSV(B) 2.26º 0.96% 0.43% -
XYZ 6.54 3.5 0.45 -
YUV 38.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 110 8 4 0 0.93 0.96 0.57 2.26 0.93 0.22
Hex 6E 8 4 0 5D 60 39 2 5D 16
Octal 156 10 4 0 135 140 71 2 135 26
Binary 1101110 1000 100 0 1011101 1100000 111001 10 1011101 10110

Color Harmonies of #6E0804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0804

Black with #6E0804

Text Example


Text Example

White with #6E0804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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