Html Css Color HEX #6E1410 Falu Red

📋 copy color: '#6E1410'

red 110 ◦ green 20 ◦ blue 16

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

Shades of Falu Red #6E1410

Tints of Falu Red #6E1410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

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

R = 75.34%
G = 13.7%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6E1410 (or 0x6E1410) is known color: Falu Red. HEX triplet: 6E, 14 and 10. RGB value is (110,20,16). Sum of RGB (Red+Green+Blue) = 110+20+16=146 (19% of max value = 765). Red value is 110 (43.36% from 255 or 75.34% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1410 is #91EBEF. Grayscale: #2E2E2E. Windows color (decimal): -9563120 or 1053806. OLE color: 1053806.

HSL color Cylindrical-coordinate representation of color #6E1410: hue angle of 2.55º degrees, saturation: 0.75, 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 #6E1410 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 20 16 -
CMYK 0 0.82 0.85 0.57
HSL 2.55º 0.75% 0.25% -
HSV(B) 2.55º 0.85% 0.43% -
XYZ 6.77 3.85 0.88 -
YUV 46.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 110 20 16 0 0.82 0.85 0.57 2.55 0.75 0.25
Hex 6E 14 10 0 52 55 39 3 4B 19
Octal 156 24 20 0 122 125 71 3 113 31
Binary 1101110 10100 10000 0 1010010 1010101 111001 11 1001011 11001

Color Harmonies of #6E1410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1410

Black with #6E1410

Text Example


Text Example

White with #6E1410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,20,16); }

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

background-color css

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

 a { background-color: rgb(110,20,16); }

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

border-color css

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

 span { border-color: rgb(110,20,16); }

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