Html Css Color HEX #6F0807 Maroon

📋 copy color: '#6F0807'

red 111 ◦ green 8 ◦ blue 7

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

Shades of Maroon #6F0807

Tints of Maroon #6F0807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.56%

R = 88.1%
G = 6.35%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#6F0807 (or 0x6F0807) is known color: Maroon. HEX triplet: 6F, 08 and 07. RGB value is (111,8,7). Sum of RGB (Red+Green+Blue) = 111+8+7=126 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.10% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0807 is #90F7F8. Grayscale: #262626. Windows color (decimal): -9500665 or 460911. OLE color: 460911.

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

Color convert

RGB 111 8 7 -
CMYK 0 0.93 0.94 0.56
HSL 0.58º 0.88% 0.23% -
HSV(B) 0.58º 0.94% 0.44% -
XYZ 6.68 3.57 0.54 -
YUV 38.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 111 8 7 0 0.93 0.94 0.56 0.58 0.88 0.23
Hex 6F 8 7 0 5D 5E 38 1 58 17
Octal 157 10 7 0 135 136 70 1 130 27
Binary 1101111 1000 111 0 1011101 1011110 111000 1 1011000 10111

Color Harmonies of #6F0807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0807

Black with #6F0807

Text Example


Text Example

White with #6F0807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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