Html Css Color HEX #6E1A10 Falu Red

📋 copy color: '#6E1A10'

red 110 ◦ green 26 ◦ blue 16

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

Shades of Falu Red #6E1A10

Tints of Falu Red #6E1A10

RGB

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

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

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

R = 72.37%
G = 17.11%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6E1A10 (or 0x6E1A10) is known color: Falu Red. HEX triplet: 6E, 1A and 10. RGB value is (110,26,16). Sum of RGB (Red+Green+Blue) = 110+26+16=152 (20% of max value = 765). Red value is 110 (43.36% from 255 or 72.37% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E1A10 is #91E5EF. Grayscale: #323232. Windows color (decimal): -9561584 or 1055342. OLE color: 1055342.

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

Color convert

RGB 110 26 16 -
CMYK 0 0.76 0.85 0.57
HSL 6.38º 0.75% 0.25% -
HSV(B) 6.38º 0.85% 0.43% -
XYZ 6.89 4.09 0.92 -
YUV 49.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 110 26 16 0 0.76 0.85 0.57 6.38 0.75 0.25
Hex 6E 1A 10 0 4C 55 39 6 4B 19
Octal 156 32 20 0 114 125 71 6 113 31
Binary 1101110 11010 10000 0 1001100 1010101 111001 110 1001011 11001

Color Harmonies of #6E1A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1A10

Black with #6E1A10

Text Example


Text Example

White with #6E1A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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