Html Css Color HEX #6F1104 Maroon

📋 copy color: '#6F1104'

red 111 ◦ green 17 ◦ blue 4

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

Shades of Maroon #6F1104

Tints of Maroon #6F1104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.03%

R = 84.09%
G = 12.88%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#6F1104 (or 0x6F1104) is known color: Maroon. HEX triplet: 6F, 11 and 04. RGB value is (111,17,4). Sum of RGB (Red+Green+Blue) = 111+17+4=132 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.09% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1104 is #90EEFB. Grayscale: #2B2B2B. Windows color (decimal): -9498364 or 266607. OLE color: 266607.

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

Color convert

RGB 111 17 4 -
CMYK 0 0.85 0.96 0.56
HSL 7.29º 0.93% 0.23% -
HSV(B) 7.29º 0.96% 0.44% -
XYZ 6.78 3.79 0.49 -
YUV 43.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 111 17 4 0 0.85 0.96 0.56 7.29 0.93 0.23
Hex 6F 11 4 0 55 60 38 7 5D 17
Octal 157 21 4 0 125 140 70 7 135 27
Binary 1101111 10001 100 0 1010101 1100000 111000 111 1011101 10111

Color Harmonies of #6F1104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1104

Black with #6F1104

Text Example


Text Example

White with #6F1104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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