Html Css Color HEX #6E210B Falu Red

📋 copy color: '#6E210B'

red 110 ◦ green 33 ◦ blue 11

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

Shades of Falu Red #6E210B

Tints of Falu Red #6E210B

RGB

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

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

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

R = 71.43%
G = 21.43%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.9

 K value IS 0.57

RGB Variations

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

Color information

#6E210B (or 0x6E210B) is known color: Falu Red. HEX triplet: 6E, 21 and 0B. RGB value is (110,33,11). Sum of RGB (Red+Green+Blue) = 110+33+11=154 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.43% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 110 - color contains mainly: red. Hex color #6E210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E210B is #91DEF4. Grayscale: #353535. Windows color (decimal): -9559797 or 729454. OLE color: 729454.

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

Color convert

RGB 110 33 11 -
CMYK 0 0.7 0.9 0.57
HSL 13.33º 0.82% 0.24% -
HSV(B) 13.33º 0.9% 0.43% -
XYZ 7.03 4.43 0.8 -
YUV 53.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 110 33 11 0 0.7 0.9 0.57 13.33 0.82 0.24
Hex 6E 21 B 0 46 5A 39 D 52 18
Octal 156 41 13 0 106 132 71 15 122 30
Binary 1101110 100001 1011 0 1000110 1011010 111001 1101 1010010 11000

Color Harmonies of #6E210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E210B

Black with #6E210B

Text Example


Text Example

White with #6E210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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