Html Css Color HEX #6E1511 Falu Red

📋 copy color: '#6E1511'

red 110 ◦ green 21 ◦ blue 17

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

Shades of Falu Red #6E1511

Tints of Falu Red #6E1511

RGB

 RED value IS 110 (43.36% from 255) = 74.32%

 GREEN value IS 21 (8.59% from 255) = 14.19%

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 74.32%
G = 14.19%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6E1511 (or 0x6E1511) is known color: Falu Red. HEX triplet: 6E, 15 and 11. RGB value is (110,21,17). Sum of RGB (Red+Green+Blue) = 110+21+17=148 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.32% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1511 is #91EAEE. Grayscale: #2F2F2F. Windows color (decimal): -9562863 or 1119598. OLE color: 1119598.

HSL color Cylindrical-coordinate representation of color #6E1511: hue angle of 2.58º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1511 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 21 17 -
CMYK 0 0.81 0.85 0.57
HSL 2.58º 0.73% 0.25% -
HSV(B) 2.58º 0.85% 0.43% -
XYZ 6.8 3.89 0.92 -
YUV 47.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 110 21 17 0 0.81 0.85 0.57 2.58 0.73 0.25
Hex 6E 15 11 0 51 55 39 3 49 19
Octal 156 25 21 0 121 125 71 3 111 31
Binary 1101110 10101 10001 0 1010001 1010101 111001 11 1001001 11001

Color Harmonies of #6E1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1511

Black with #6E1511

Text Example


Text Example

White with #6E1511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,21,17); }

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

background-color css

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

 a { background-color: rgb(110,21,17); }

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

border-color css

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

 span { border-color: rgb(110,21,17); }

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