Html Css Color HEX #6F1109 Falu Red

📋 copy color: '#6F1109'

red 111 ◦ green 17 ◦ blue 9

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

Shades of Falu Red #6F1109

Tints of Falu Red #6F1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 9 (3.91% from 255) = 6.57%

R = 81.02%
G = 12.41%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F1109 (or 0x6F1109) is known color: Falu Red. HEX triplet: 6F, 11 and 09. RGB value is (111,17,9). Sum of RGB (Red+Green+Blue) = 111+17+9=137 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.02% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1109 is #90EEF6. Grayscale: #2C2C2C. Windows color (decimal): -9498359 or 594287. OLE color: 594287.

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

Color convert

RGB 111 17 9 -
CMYK 0 0.85 0.92 0.56
HSL 4.71º 0.85% 0.24% -
HSV(B) 4.71º 0.92% 0.44% -
XYZ 6.81 3.8 0.63 -
YUV 44.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 111 17 9 0 0.85 0.92 0.56 4.71 0.85 0.24
Hex 6F 11 9 0 55 5C 38 5 55 18
Octal 157 21 11 0 125 134 70 5 125 30
Binary 1101111 10001 1001 0 1010101 1011100 111000 101 1010101 11000

Color Harmonies of #6F1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1109

Black with #6F1109

Text Example


Text Example

White with #6F1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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