Html Css Color HEX #6F0B09 Maroon

📋 copy color: '#6F0B09'

red 111 ◦ green 11 ◦ blue 9

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

Shades of Maroon #6F0B09

Tints of Maroon #6F0B09

RGB

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

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

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

R = 84.73%
G = 8.4%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F0B09 (or 0x6F0B09) is known color: Maroon. HEX triplet: 6F, 0B and 09. RGB value is (111,11,9). Sum of RGB (Red+Green+Blue) = 111+11+9=131 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.73% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0B09 is #90F4F6. Grayscale: #282828. Windows color (decimal): -9499895 or 592751. OLE color: 592751.

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

Color convert

RGB 111 11 9 -
CMYK 0 0.90 0.92 0.56
HSL 1.18º 0.85% 0.24% -
HSV(B) 1.18º 0.92% 0.44% -
XYZ 6.72 3.64 0.61 -
YUV 40.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 111 11 9 0 0.90 0.92 0.56 1.18 0.85 0.24
Hex 6F B 9 0 5A 5C 38 1 55 18
Octal 157 13 11 0 132 134 70 1 125 30
Binary 1101111 1011 1001 0 1011010 1011100 111000 1 1010101 11000

Color Harmonies of #6F0B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B09

Black with #6F0B09

Text Example


Text Example

White with #6F0B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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