Html Css Color HEX #6F1000 Maroon

📋 copy color: '#6F1000'

red 111 ◦ green 16 ◦ blue 0

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

Shades of Maroon #6F1000

Tints of Maroon #6F1000

RGB

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

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

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

R = 87.4%
G = 12.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F1000 (or 0x6F1000) is known color: Maroon. HEX triplet: 6F, 10 and 00. RGB value is (111,16,0). Sum of RGB (Red+Green+Blue) = 111+16+0=127 (16% of max value = 765). Red value is 111 (43.75% from 255 or 87.40% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1000 is #90EFFF. Grayscale: #2A2A2A. Windows color (decimal): -9498624 or 4207. OLE color: 4207.

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

Color convert

RGB 111 16 0 -
CMYK 0 0.86 1 0.56
HSL 8.65º 1% 0.22% -
HSV(B) 8.65º 1% 0.44% -
XYZ 6.74 3.75 0.37 -
YUV 42.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 111 16 0 0 0.86 1 0.56 8.65 1 0.22
Hex 6F 10 0 0 56 64 38 9 64 16
Octal 157 20 0 0 126 144 70 11 144 26
Binary 1101111 10000 0 0 1010110 1100100 111000 1001 1100100 10110

Color Harmonies of #6F1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1000

Black with #6F1000

Text Example


Text Example

White with #6F1000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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