Html Css Color HEX #6F0C09 Maroon

📋 copy color: '#6F0C09'

red 111 ◦ green 12 ◦ blue 9

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

Shades of Maroon #6F0C09

Tints of Maroon #6F0C09

RGB

 RED value IS 111 (43.75% from 255) = 84.09%

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

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

R = 84.09%
G = 9.09%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F0C09 (or 0x6F0C09) is known color: Maroon. HEX triplet: 6F, 0C and 09. RGB value is (111,12,9). Sum of RGB (Red+Green+Blue) = 111+12+9=132 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.09% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0C09 is #90F3F6. Grayscale: #292929. Windows color (decimal): -9499639 or 593007. OLE color: 593007.

HSL color Cylindrical-coordinate representation of color #6F0C09: hue angle of 1.76º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0C09 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 12 9 -
CMYK 0 0.89 0.92 0.56
HSL 1.76º 0.85% 0.24% -
HSV(B) 1.76º 0.92% 0.44% -
XYZ 6.74 3.66 0.61 -
YUV 41.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 111 12 9 0 0.89 0.92 0.56 1.76 0.85 0.24
Hex 6F C 9 0 59 5C 38 2 55 18
Octal 157 14 11 0 131 134 70 2 125 30
Binary 1101111 1100 1001 0 1011001 1011100 111000 10 1010101 11000

Color Harmonies of #6F0C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C09

Black with #6F0C09

Text Example


Text Example

White with #6F0C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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