Html Css Color HEX #6A1204 Maroon

📋 copy color: '#6A1204'

red 106 ◦ green 18 ◦ blue 4

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

Shades of Maroon #6A1204

Tints of Maroon #6A1204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.06%

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

R = 82.81%
G = 14.06%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6A1204 (or 0x6A1204) is known color: Maroon. HEX triplet: 6A, 12 and 04. RGB value is (106,18,4). Sum of RGB (Red+Green+Blue) = 106+18+4=128 (16% of max value = 765). Red value is 106 (41.80% from 255 or 82.81% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1204 is #95EDFB. Grayscale: #2A2A2A. Windows color (decimal): -9825788 or 266858. OLE color: 266858.

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

Color convert

RGB 106 18 4 -
CMYK 0 0.83 0.96 0.58
HSL 8.24º 0.93% 0.22% -
HSV(B) 8.24º 0.96% 0.42% -
XYZ 6.18 3.51 0.47 -
YUV 42.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 106 18 4 0 0.83 0.96 0.58 8.24 0.93 0.22
Hex 6A 12 4 0 53 60 3A 8 5D 16
Octal 152 22 4 0 123 140 72 10 135 26
Binary 1101010 10010 100 0 1010011 1100000 111010 1000 1011101 10110

Color Harmonies of #6A1204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1204

Black with #6A1204

Text Example


Text Example

White with #6A1204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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