Html Css Color HEX #6F1211 Falu Red

📋 copy color: '#6F1211'

red 111 ◦ green 18 ◦ blue 17

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

Shades of Falu Red #6F1211

Tints of Falu Red #6F1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

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

R = 76.03%
G = 12.33%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F1211 (or 0x6F1211) is known color: Falu Red. HEX triplet: 6F, 12 and 11. RGB value is (111,18,17). Sum of RGB (Red+Green+Blue) = 111+18+17=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1211 is #90EDEE. Grayscale: #2D2D2D. Windows color (decimal): -9498095 or 1118831. OLE color: 1118831.

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

Color convert

RGB 111 18 17 -
CMYK 0 0.84 0.85 0.56
HSL 0.64º 0.73% 0.25% -
HSV(B) 0.64º 0.85% 0.44% -
XYZ 6.87 3.85 0.91 -
YUV 45.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 111 18 17 0 0.84 0.85 0.56 0.64 0.73 0.25
Hex 6F 12 11 0 54 55 38 1 49 19
Octal 157 22 21 0 124 125 70 1 111 31
Binary 1101111 10010 10001 0 1010100 1010101 111000 1 1001001 11001

Color Harmonies of #6F1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1211

Black with #6F1211

Text Example


Text Example

White with #6F1211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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