Html Css Color HEX #6F1110 Falu Red

📋 copy color: '#6F1110'

red 111 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #6F1110

Tints of Falu Red #6F1110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.11%

R = 77.08%
G = 11.81%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F1110 (or 0x6F1110) is known color: Falu Red. HEX triplet: 6F, 11 and 10. RGB value is (111,17,16). Sum of RGB (Red+Green+Blue) = 111+17+16=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1110 is #90EEEF. Grayscale: #2D2D2D. Windows color (decimal): -9498352 or 1053039. OLE color: 1053039.

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

Color convert

RGB 111 17 16 -
CMYK 0 0.85 0.86 0.56
HSL 0.63º 0.75% 0.25% -
HSV(B) 0.63º 0.86% 0.44% -
XYZ 6.85 3.82 0.87 -
YUV 44.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 111 17 16 0 0.85 0.86 0.56 0.63 0.75 0.25
Hex 6F 11 10 0 55 56 38 1 4B 19
Octal 157 21 20 0 125 126 70 1 113 31
Binary 1101111 10001 10000 0 1010101 1010110 111000 1 1001011 11001

Color Harmonies of #6F1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1110

Black with #6F1110

Text Example


Text Example

White with #6F1110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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