Html Css Color HEX #6A0E04 Maroon

📋 copy color: '#6A0E04'

red 106 ◦ green 14 ◦ blue 4

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

Shades of Maroon #6A0E04

Tints of Maroon #6A0E04

RGB

 RED value IS 106 (41.8% from 255) = 85.48%

 GREEN value IS 14 (5.86% from 255) = 11.29%

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

R = 85.48%
G = 11.29%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6A0E04 (or 0x6A0E04) is known color: Maroon. HEX triplet: 6A, 0E and 04. RGB value is (106,14,4). Sum of RGB (Red+Green+Blue) = 106+14+4=124 (16% of max value = 765). Red value is 106 (41.80% from 255 or 85.48% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0E04 is #95F1FB. Grayscale: #282828. Windows color (decimal): -9826812 or 265834. OLE color: 265834.

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

Color convert

RGB 106 14 4 -
CMYK 0 0.87 0.96 0.58
HSL 5.88º 0.93% 0.22% -
HSV(B) 5.88º 0.96% 0.42% -
XYZ 6.12 3.39 0.45 -
YUV 40.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 106 14 4 0 0.87 0.96 0.58 5.88 0.93 0.22
Hex 6A E 4 0 57 60 3A 6 5D 16
Octal 152 16 4 0 127 140 72 6 135 26
Binary 1101010 1110 100 0 1010111 1100000 111010 110 1011101 10110

Color Harmonies of #6A0E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0E04

Black with #6A0E04

Text Example


Text Example

White with #6A0E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,14,4); }

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

background-color css

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

 a { background-color: rgb(106,14,4); }

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

border-color css

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

 span { border-color: rgb(106,14,4); }

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