#6E1A01

Color #6E1A01 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #6E1A01

Tints of Falu Red #6E1A01

Color information

#6E1A01 (or 0x6E1A01) is unknown color: approx 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

RGB110261-
CMYK00.760.990.57
HSL13.76º98.2%21.76%-
HSV(B)13.76º99.09%43.14%-
XYZ6.814.060.45-
YUV48.27101.33172.03-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11026100.760.990.5713.7698.221.76
Hex6E1A104C6339e6216
Octal1563210114143711614226
Binary11011101101010100110011000111110011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>