Html Css Color HEX #6F1A0E Falu Red

📋 copy color: '#6F1A0E'

red 111 ◦ green 26 ◦ blue 14

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

Shades of Falu Red #6F1A0E

Tints of Falu Red #6F1A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.22%

 BLUE value IS 14 (5.86% from 255) = 9.27%

R = 73.51%
G = 17.22%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F1A0E (or 0x6F1A0E) is known color: Falu Red. HEX triplet: 6F, 1A and 0E. RGB value is (111,26,14). Sum of RGB (Red+Green+Blue) = 111+26+14=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1A0E is #90E5F1. Grayscale: #323232. Windows color (decimal): -9496050 or 924271. OLE color: 924271.

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

Color convert

RGB 111 26 14 -
CMYK 0 0.77 0.87 0.56
HSL 7.42º 0.78% 0.25% -
HSV(B) 7.42º 0.87% 0.44% -
XYZ 7 4.15 0.85 -
YUV 50.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 111 26 14 0 0.77 0.87 0.56 7.42 0.78 0.25
Hex 6F 1A E 0 4D 57 38 7 4E 19
Octal 157 32 16 0 115 127 70 7 116 31
Binary 1101111 11010 1110 0 1001101 1010111 111000 111 1001110 11001

Color Harmonies of #6F1A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1A0E

Black with #6F1A0E

Text Example


Text Example

White with #6F1A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,26,14); }

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

background-color css

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

 a { background-color: rgb(111,26,14); }

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

border-color css

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

 span { border-color: rgb(111,26,14); }

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