Html Css Color HEX #6B0A09 Maroon

📋 copy color: '#6B0A09'

red 107 ◦ green 10 ◦ blue 9

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

Shades of Maroon #6B0A09

Tints of Maroon #6B0A09

RGB

 RED value IS 107 (42.19% from 255) = 84.92%

 GREEN value IS 10 (4.3% from 255) = 7.94%

 BLUE value IS 9 (3.91% from 255) = 7.14%

R = 84.92%
G = 7.94%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#6B0A09 (or 0x6B0A09) is known color: Maroon. HEX triplet: 6B, 0A and 09. RGB value is (107,10,9). Sum of RGB (Red+Green+Blue) = 107+10+9=126 (16% of max value = 765). Red value is 107 (42.19% from 255 or 84.92% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0A09 is #94F5F6. Grayscale: #262626. Windows color (decimal): -9762295 or 592491. OLE color: 592491.

HSL color Cylindrical-coordinate representation of color #6B0A09: hue angle of 0.61º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B0A09 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 10 9 -
CMYK 0 0.91 0.92 0.58
HSL 0.61º 0.84% 0.23% -
HSV(B) 0.61º 0.92% 0.42% -
XYZ 6.22 3.36 0.58 -
YUV 38.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 107 10 9 0 0.91 0.92 0.58 0.61 0.84 0.23
Hex 6B A 9 0 5B 5C 3A 1 54 17
Octal 153 12 11 0 133 134 72 1 124 27
Binary 1101011 1010 1001 0 1011011 1011100 111010 1 1010100 10111

Color Harmonies of #6B0A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0A09

Black with #6B0A09

Text Example


Text Example

White with #6B0A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,10,9); }

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

background-color css

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

 a { background-color: rgb(107,10,9); }

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

border-color css

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

 span { border-color: rgb(107,10,9); }

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