Html Css Color HEX #6E200B Falu Red

📋 copy color: '#6E200B'

red 110 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #6E200B

Tints of Falu Red #6E200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

 BLUE value IS 11 (4.69% from 255) = 7.19%

R = 71.9%
G = 20.92%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.9

 K value IS 0.57

RGB Variations

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

Color information

#6E200B (or 0x6E200B) is known color: Falu Red. HEX triplet: 6E, 20 and 0B. RGB value is (110,32,11). Sum of RGB (Red+Green+Blue) = 110+32+11=153 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.90% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 110 - color contains mainly: red. Hex color #6E200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E200B is #91DFF4. Grayscale: #353535. Windows color (decimal): -9560053 or 729198. OLE color: 729198.

HSL color Cylindrical-coordinate representation of color #6E200B: hue angle of 12.73º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E200B is Cyan = 0, Magento = 0.71, Yellow = 0.9 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 32 11 -
CMYK 0 0.71 0.9 0.57
HSL 12.73º 0.82% 0.24% -
HSV(B) 12.73º 0.9% 0.43% -
XYZ 7.01 4.37 0.79 -
YUV 52.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 110 32 11 0 0.71 0.9 0.57 12.73 0.82 0.24
Hex 6E 20 B 0 47 5A 39 D 52 18
Octal 156 40 13 0 107 132 71 15 122 30
Binary 1101110 100000 1011 0 1000111 1011010 111001 1101 1010010 11000

Color Harmonies of #6E200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E200B

Black with #6E200B

Text Example


Text Example

White with #6E200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,11); }

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

background-color css

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

 a { background-color: rgb(110,32,11); }

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

border-color css

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

 span { border-color: rgb(110,32,11); }

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