Html Css Color HEX #6F1100 Maroon

📋 copy color: '#6F1100'

red 111 ◦ green 17 ◦ blue 0

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

Shades of Maroon #6F1100

Tints of Maroon #6F1100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.72%
G = 13.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F1100 (or 0x6F1100) is known color: Maroon. HEX triplet: 6F, 11 and 00. RGB value is (111,17,0). Sum of RGB (Red+Green+Blue) = 111+17+0=128 (16% of max value = 765). Red value is 111 (43.75% from 255 or 86.72% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1100 is #90EEFF. Grayscale: #2B2B2B. Windows color (decimal): -9498368 or 4463. OLE color: 4463.

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

Color convert

RGB 111 17 0 -
CMYK 0 0.85 1 0.56
HSL 9.19º 1% 0.22% -
HSV(B) 9.19º 1% 0.44% -
XYZ 6.76 3.78 0.37 -
YUV 43.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 111 17 0 0 0.85 1 0.56 9.19 1 0.22
Hex 6F 11 0 0 55 64 38 9 64 16
Octal 157 21 0 0 125 144 70 11 144 26
Binary 1101111 10001 0 0 1010101 1100100 111000 1001 1100100 10110

Color Harmonies of #6F1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1100

Black with #6F1100

Text Example


Text Example

White with #6F1100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,0); }

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

background-color css

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

 a { background-color: rgb(111,17,0); }

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

border-color css

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

 span { border-color: rgb(111,17,0); }

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