Html Css Color HEX #6F0601 Maroon

📋 copy color: '#6F0601'

red 111 ◦ green 6 ◦ blue 1

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

Shades of Maroon #6F0601

Tints of Maroon #6F0601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.08%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 94.07%
G = 5.08%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F0601 (or 0x6F0601) is known color: Maroon. HEX triplet: 6F, 06 and 01. RGB value is (111,6,1). Sum of RGB (Red+Green+Blue) = 111+6+1=118 (15% of max value = 765). Red value is 111 (43.75% from 255 or 94.07% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0601 is #90F9FE. Grayscale: #242424. Windows color (decimal): -9501183 or 67183. OLE color: 67183.

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

Color convert

RGB 111 6 1 -
CMYK 0 0.95 0.99 0.56
HSL 2.73º 0.98% 0.22% -
HSV(B) 2.73º 0.99% 0.44% -
XYZ 6.63 3.51 0.36 -
YUV 36.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 111 6 1 0 0.95 0.99 0.56 2.73 0.98 0.22
Hex 6F 6 1 0 5F 63 38 3 62 16
Octal 157 6 1 0 137 143 70 3 142 26
Binary 1101111 110 1 0 1011111 1100011 111000 11 1100010 10110

Color Harmonies of #6F0601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0601

Black with #6F0601

Text Example


Text Example

White with #6F0601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,6,1); }

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

background-color css

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

 a { background-color: rgb(111,6,1); }

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

border-color css

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

 span { border-color: rgb(111,6,1); }

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