Html Css Color HEX #6F0804 Maroon

📋 copy color: '#6F0804'

red 111 ◦ green 8 ◦ blue 4

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

Shades of Maroon #6F0804

Tints of Maroon #6F0804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

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

R = 90.24%
G = 6.5%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#6F0804 (or 0x6F0804) is known color: Maroon. HEX triplet: 6F, 08 and 04. RGB value is (111,8,4). Sum of RGB (Red+Green+Blue) = 111+8+4=123 (16% of max value = 765). Red value is 111 (43.75% from 255 or 90.24% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0804 is #90F7FB. Grayscale: #262626. Windows color (decimal): -9500668 or 264303. OLE color: 264303.

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

Color convert

RGB 111 8 4 -
CMYK 0 0.93 0.96 0.56
HSL 2.24º 0.93% 0.23% -
HSV(B) 2.24º 0.96% 0.44% -
XYZ 6.66 3.56 0.45 -
YUV 38.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 111 8 4 0 0.93 0.96 0.56 2.24 0.93 0.23
Hex 6F 8 4 0 5D 60 38 2 5D 17
Octal 157 10 4 0 135 140 70 2 135 27
Binary 1101111 1000 100 0 1011101 1100000 111000 10 1011101 10111

Color Harmonies of #6F0804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0804

Black with #6F0804

Text Example


Text Example

White with #6F0804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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