Html Css Color HEX #6F1005 Maroon

📋 copy color: '#6F1005'

red 111 ◦ green 16 ◦ blue 5

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

Shades of Maroon #6F1005

Tints of Maroon #6F1005

RGB

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

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

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

R = 84.09%
G = 12.12%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F1005 (or 0x6F1005) is known color: Maroon. HEX triplet: 6F, 10 and 05. RGB value is (111,16,5). Sum of RGB (Red+Green+Blue) = 111+16+5=132 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.09% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1005 is #90EFFA. Grayscale: #2B2B2B. Windows color (decimal): -9498619 or 331887. OLE color: 331887.

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

Color convert

RGB 111 16 5 -
CMYK 0 0.86 0.95 0.56
HSL 6.23º 0.91% 0.23% -
HSV(B) 6.23º 0.95% 0.44% -
XYZ 6.77 3.76 0.51 -
YUV 43.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 111 16 5 0 0.86 0.95 0.56 6.23 0.91 0.23
Hex 6F 10 5 0 56 5F 38 6 5B 17
Octal 157 20 5 0 126 137 70 6 133 27
Binary 1101111 10000 101 0 1010110 1011111 111000 110 1011011 10111

Color Harmonies of #6F1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1005

Black with #6F1005

Text Example


Text Example

White with #6F1005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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