Html Css Color HEX #6F1511 Falu Red

📋 copy color: '#6F1511'

red 111 ◦ green 21 ◦ blue 17

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

Shades of Falu Red #6F1511

Tints of Falu Red #6F1511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

 BLUE value IS 17 (7.03% from 255) = 11.41%

R = 74.5%
G = 14.09%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F1511 (or 0x6F1511) is known color: Falu Red. HEX triplet: 6F, 15 and 11. RGB value is (111,21,17). Sum of RGB (Red+Green+Blue) = 111+21+17=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1511 is #90EAEE. Grayscale: #2F2F2F. Windows color (decimal): -9497327 or 1119599. OLE color: 1119599.

HSL color Cylindrical-coordinate representation of color #6F1511: hue angle of 2.55º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1511 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 21 17 -
CMYK 0 0.81 0.85 0.56
HSL 2.55º 0.73% 0.25% -
HSV(B) 2.55º 0.85% 0.44% -
XYZ 6.92 3.96 0.93 -
YUV 47.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 111 21 17 0 0.81 0.85 0.56 2.55 0.73 0.25
Hex 6F 15 11 0 51 55 38 3 49 19
Octal 157 25 21 0 121 125 70 3 111 31
Binary 1101111 10101 10001 0 1010001 1010101 111000 11 1001001 11001

Color Harmonies of #6F1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1511

Black with #6F1511

Text Example


Text Example

White with #6F1511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,17); }

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

background-color css

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

 a { background-color: rgb(111,21,17); }

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

border-color css

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

 span { border-color: rgb(111,21,17); }

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