Html Css Color HEX #6C0E09 Maroon

📋 copy color: '#6C0E09'

red 108 ◦ green 14 ◦ blue 9

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

Shades of Maroon #6C0E09

Tints of Maroon #6C0E09

RGB

 RED value IS 108 (42.58% from 255) = 82.44%

 GREEN value IS 14 (5.86% from 255) = 10.69%

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

R = 82.44%
G = 10.69%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#6C0E09 (or 0x6C0E09) is known color: Maroon. HEX triplet: 6C, 0E and 09. RGB value is (108,14,9). Sum of RGB (Red+Green+Blue) = 108+14+9=131 (17% of max value = 765). Red value is 108 (42.58% from 255 or 82.44% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0E09 is #93F1F6. Grayscale: #292929. Windows color (decimal): -9695735 or 593516. OLE color: 593516.

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

Color convert

RGB 108 14 9 -
CMYK 0 0.87 0.92 0.58
HSL 3.03º 0.85% 0.23% -
HSV(B) 3.03º 0.92% 0.42% -
XYZ 6.39 3.52 0.6 -
YUV 41.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 108 14 9 0 0.87 0.92 0.58 3.03 0.85 0.23
Hex 6C E 9 0 57 5C 3A 3 55 17
Octal 154 16 11 0 127 134 72 3 125 27
Binary 1101100 1110 1001 0 1010111 1011100 111010 11 1010101 10111

Color Harmonies of #6C0E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0E09

Black with #6C0E09

Text Example


Text Example

White with #6C0E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,14,9); }

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

background-color css

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

 a { background-color: rgb(108,14,9); }

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

border-color css

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

 span { border-color: rgb(108,14,9); }

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