Html Css Color HEX #6A0B04 Maroon

📋 copy color: '#6A0B04'

red 106 ◦ green 11 ◦ blue 4

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

Shades of Maroon #6A0B04

Tints of Maroon #6A0B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.09%

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

R = 87.6%
G = 9.09%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6A0B04 (or 0x6A0B04) is known color: Maroon. HEX triplet: 6A, 0B and 04. RGB value is (106,11,4). Sum of RGB (Red+Green+Blue) = 106+11+4=121 (16% of max value = 765). Red value is 106 (41.80% from 255 or 87.60% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0B04 is #95F4FB. Grayscale: #262626. Windows color (decimal): -9827580 or 265066. OLE color: 265066.

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

Color convert

RGB 106 11 4 -
CMYK 0 0.90 0.96 0.58
HSL 4.12º 0.93% 0.22% -
HSV(B) 4.12º 0.96% 0.42% -
XYZ 6.09 3.31 0.43 -
YUV 38.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 106 11 4 0 0.90 0.96 0.58 4.12 0.93 0.22
Hex 6A B 4 0 5A 60 3A 4 5D 16
Octal 152 13 4 0 132 140 72 4 135 26
Binary 1101010 1011 100 0 1011010 1100000 111010 100 1011101 10110

Color Harmonies of #6A0B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0B04

Black with #6A0B04

Text Example


Text Example

White with #6A0B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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