Html Css Color HEX #6F130E Falu Red

📋 copy color: '#6F130E'

red 111 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #6F130E

Tints of Falu Red #6F130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

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

R = 77.08%
G = 13.19%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F130E (or 0x6F130E) is known color: Falu Red. HEX triplet: 6F, 13 and 0E. RGB value is (111,19,14). Sum of RGB (Red+Green+Blue) = 111+19+14=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F130E is #90ECF1. Grayscale: #2E2E2E. Windows color (decimal): -9497842 or 922479. OLE color: 922479.

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

Color convert

RGB 111 19 14 -
CMYK 0 0.83 0.87 0.56
HSL 3.09º 0.78% 0.25% -
HSV(B) 3.09º 0.87% 0.44% -
XYZ 6.87 3.88 0.8 -
YUV 45.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 111 19 14 0 0.83 0.87 0.56 3.09 0.78 0.25
Hex 6F 13 E 0 53 57 38 3 4E 19
Octal 157 23 16 0 123 127 70 3 116 31
Binary 1101111 10011 1110 0 1010011 1010111 111000 11 1001110 11001

Color Harmonies of #6F130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F130E

Black with #6F130E

Text Example


Text Example

White with #6F130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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