Html Css Color HEX #6B0C09 Maroon

📋 copy color: '#6B0C09'

red 107 ◦ green 12 ◦ blue 9

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

Shades of Maroon #6B0C09

Tints of Maroon #6B0C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.38%

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

R = 83.59%
G = 9.38%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#6B0C09 (or 0x6B0C09) is known color: Maroon. HEX triplet: 6B, 0C and 09. RGB value is (107,12,9). Sum of RGB (Red+Green+Blue) = 107+12+9=128 (16% of max value = 765). Red value is 107 (42.19% from 255 or 83.59% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0C09 is #94F3F6. Grayscale: #282828. Windows color (decimal): -9761783 or 593003. OLE color: 593003.

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

Color convert

RGB 107 12 9 -
CMYK 0 0.89 0.92 0.58
HSL 1.84º 0.84% 0.23% -
HSV(B) 1.84º 0.92% 0.42% -
XYZ 6.24 3.41 0.59 -
YUV 40.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 107 12 9 0 0.89 0.92 0.58 1.84 0.84 0.23
Hex 6B C 9 0 59 5C 3A 2 54 17
Octal 153 14 11 0 131 134 72 2 124 27
Binary 1101011 1100 1001 0 1011001 1011100 111010 10 1010100 10111

Color Harmonies of #6B0C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0C09

Black with #6B0C09

Text Example


Text Example

White with #6B0C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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