Html Css Color HEX #6E2109 Falu Red

📋 copy color: '#6E2109'

red 110 ◦ green 33 ◦ blue 9

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

Shades of Falu Red #6E2109

Tints of Falu Red #6E2109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

 BLUE value IS 9 (3.91% from 255) = 5.92%

R = 72.37%
G = 21.71%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.92

 K value IS 0.57

RGB Variations

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

Color information

#6E2109 (or 0x6E2109) is known color: Falu Red. HEX triplet: 6E, 21 and 09. RGB value is (110,33,9). Sum of RGB (Red+Green+Blue) = 110+33+9=152 (20% of max value = 765). Red value is 110 (43.36% from 255 or 72.37% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2109 is #91DEF6. Grayscale: #353535. Windows color (decimal): -9559799 or 598382. OLE color: 598382.

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

Color convert

RGB 110 33 9 -
CMYK 0 0.7 0.92 0.57
HSL 14.26º 0.85% 0.23% -
HSV(B) 14.26º 0.92% 0.43% -
XYZ 7.02 4.42 0.74 -
YUV 53.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 110 33 9 0 0.7 0.92 0.57 14.26 0.85 0.23
Hex 6E 21 9 0 46 5C 39 E 55 17
Octal 156 41 11 0 106 134 71 16 125 27
Binary 1101110 100001 1001 0 1000110 1011100 111001 1110 1010101 10111

Color Harmonies of #6E2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2109

Black with #6E2109

Text Example


Text Example

White with #6E2109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,33,9); }

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

background-color css

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

 a { background-color: rgb(110,33,9); }

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

border-color css

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

 span { border-color: rgb(110,33,9); }

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