Html Css Color HEX #6F1004 Maroon

📋 copy color: '#6F1004'

red 111 ◦ green 16 ◦ blue 4

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

Shades of Maroon #6F1004

Tints of Maroon #6F1004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

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

R = 84.73%
G = 12.21%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#6F1004 (or 0x6F1004) is known color: Maroon. HEX triplet: 6F, 10 and 04. RGB value is (111,16,4). Sum of RGB (Red+Green+Blue) = 111+16+4=131 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.73% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1004 is #90EFFB. Grayscale: #2B2B2B. Windows color (decimal): -9498620 or 266351. OLE color: 266351.

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

Color convert

RGB 111 16 4 -
CMYK 0 0.86 0.96 0.56
HSL 6.73º 0.93% 0.23% -
HSV(B) 6.73º 0.96% 0.44% -
XYZ 6.76 3.76 0.48 -
YUV 43.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 111 16 4 0 0.86 0.96 0.56 6.73 0.93 0.23
Hex 6F 10 4 0 56 60 38 7 5D 17
Octal 157 20 4 0 126 140 70 7 135 27
Binary 1101111 10000 100 0 1010110 1100000 111000 111 1011101 10111

Color Harmonies of #6F1004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1004

Black with #6F1004

Text Example


Text Example

White with #6F1004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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