Html Css Color HEX #6E1A01 Falu Red

📋 copy color: '#6E1A01'

red 110 ◦ green 26 ◦ blue 1

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

Shades of Falu Red #6E1A01

Tints of Falu Red #6E1A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 80.29%
G = 18.98%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#6E1A01 (or 0x6E1A01) is known color: Falu Red. HEX triplet: 6E, 1A and 01. RGB value is (110,26,1). Sum of RGB (Red+Green+Blue) = 110+26+1=137 (18% of max value = 765). Red value is 110 (43.36% from 255 or 80.29% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E1A01 is #91E5FE. Grayscale: #303030. Windows color (decimal): -9561599 or 72302. OLE color: 72302.

HSL color Cylindrical-coordinate representation of color #6E1A01: hue angle of 13.76º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E1A01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 26 1 -
CMYK 0 0.76 0.99 0.57
HSL 13.76º 0.98% 0.22% -
HSV(B) 13.76º 0.99% 0.43% -
XYZ 6.81 4.06 0.45 -
YUV 48.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 110 26 1 0 0.76 0.99 0.57 13.76 0.98 0.22
Hex 6E 1A 1 0 4C 63 39 E 62 16
Octal 156 32 1 0 114 143 71 16 142 26
Binary 1101110 11010 1 0 1001100 1100011 111001 1110 1100010 10110

Color Harmonies of #6E1A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1A01

Black with #6E1A01

Text Example


Text Example

White with #6E1A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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