Html Css Color HEX #6F0705 Maroon

📋 copy color: '#6F0705'

red 111 ◦ green 7 ◦ blue 5

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

Shades of Maroon #6F0705

Tints of Maroon #6F0705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.69%

 BLUE value IS 5 (2.34% from 255) = 4.07%

R = 90.24%
G = 5.69%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F0705 (or 0x6F0705) is known color: Maroon. HEX triplet: 6F, 07 and 05. RGB value is (111,7,5). Sum of RGB (Red+Green+Blue) = 111+7+5=123 (16% of max value = 765). Red value is 111 (43.75% from 255 or 90.24% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0705 is #90F8FA. Grayscale: #252525. Windows color (decimal): -9500923 or 329583. OLE color: 329583.

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

Color convert

RGB 111 7 5 -
CMYK 0 0.94 0.95 0.56
HSL 1.13º 0.91% 0.23% -
HSV(B) 1.13º 0.95% 0.44% -
XYZ 6.66 3.54 0.48 -
YUV 37.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 111 7 5 0 0.94 0.95 0.56 1.13 0.91 0.23
Hex 6F 7 5 0 5E 5F 38 1 5B 17
Octal 157 7 5 0 136 137 70 1 133 27
Binary 1101111 111 101 0 1011110 1011111 111000 1 1011011 10111

Color Harmonies of #6F0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0705

Black with #6F0705

Text Example


Text Example

White with #6F0705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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