Html Css Color HEX #6F190F Falu Red

📋 copy color: '#6F190F'

red 111 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #6F190F

Tints of Falu Red #6F190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.56%

 BLUE value IS 15 (6.25% from 255) = 9.93%

R = 73.51%
G = 16.56%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F190F (or 0x6F190F) is known color: Falu Red. HEX triplet: 6F, 19 and 0F. RGB value is (111,25,15). Sum of RGB (Red+Green+Blue) = 111+25+15=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F190F is #90E6F0. Grayscale: #313131. Windows color (decimal): -9496305 or 989551. OLE color: 989551.

HSL color Cylindrical-coordinate representation of color #6F190F: hue angle of 6.25º degrees, saturation: 0.76, 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 #6F190F is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 25 15 -
CMYK 0 0.77 0.86 0.56
HSL 6.25º 0.76% 0.25% -
HSV(B) 6.25º 0.86% 0.44% -
XYZ 6.99 4.11 0.88 -
YUV 49.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 111 25 15 0 0.77 0.86 0.56 6.25 0.76 0.25
Hex 6F 19 F 0 4D 56 38 6 4C 19
Octal 157 31 17 0 115 126 70 6 114 31
Binary 1101111 11001 1111 0 1001101 1010110 111000 110 1001100 11001

Color Harmonies of #6F190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F190F

Black with #6F190F

Text Example


Text Example

White with #6F190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,15); }

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

background-color css

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

 a { background-color: rgb(111,25,15); }

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

border-color css

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

 span { border-color: rgb(111,25,15); }

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