Html Css Color HEX #6A0B07 Maroon

📋 copy color: '#6A0B07'

red 106 ◦ green 11 ◦ blue 7

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

Shades of Maroon #6A0B07

Tints of Maroon #6A0B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.65%

R = 85.48%
G = 8.87%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6A0B07 (or 0x6A0B07) is known color: Maroon. HEX triplet: 6A, 0B and 07. RGB value is (106,11,7). Sum of RGB (Red+Green+Blue) = 106+11+7=124 (16% of max value = 765). Red value is 106 (41.80% from 255 or 85.48% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0B07 is #95F4F8. Grayscale: #272727. Windows color (decimal): -9827577 or 461674. OLE color: 461674.

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

Color convert

RGB 106 11 7 -
CMYK 0 0.90 0.93 0.58
HSL 2.42º 0.88% 0.22% -
HSV(B) 2.42º 0.93% 0.42% -
XYZ 6.1 3.32 0.52 -
YUV 38.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 106 11 7 0 0.90 0.93 0.58 2.42 0.88 0.22
Hex 6A B 7 0 5A 5D 3A 2 58 16
Octal 152 13 7 0 132 135 72 2 130 26
Binary 1101010 1011 111 0 1011010 1011101 111010 10 1011000 10110

Color Harmonies of #6A0B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0B07

Black with #6A0B07

Text Example


Text Example

White with #6A0B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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