Html Css Color HEX #6D140B Falu Red

📋 copy color: '#6D140B'

red 109 ◦ green 20 ◦ blue 11

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

Shades of Falu Red #6D140B

Tints of Falu Red #6D140B

RGB

 RED value IS 109 (42.97% from 255) = 77.86%

 GREEN value IS 20 (8.2% from 255) = 14.29%

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

R = 77.86%
G = 14.29%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.57

RGB Variations

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

Color information

#6D140B (or 0x6D140B) is known color: Falu Red. HEX triplet: 6D, 14 and 0B. RGB value is (109,20,11). Sum of RGB (Red+Green+Blue) = 109+20+11=140 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.86% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 109 - color contains mainly: red. Hex color #6D140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D140B is #92EBF4. Grayscale: #2D2D2D. Windows color (decimal): -9628661 or 726125. OLE color: 726125.

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

Color convert

RGB 109 20 11 -
CMYK 0 0.82 0.90 0.57
HSL 5.51º 0.82% 0.24% -
HSV(B) 5.51º 0.9% 0.43% -
XYZ 6.62 3.78 0.7 -
YUV 45.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 109 20 11 0 0.82 0.90 0.57 5.51 0.82 0.24
Hex 6D 14 B 0 52 5A 39 6 52 18
Octal 155 24 13 0 122 132 71 6 122 30
Binary 1101101 10100 1011 0 1010010 1011010 111001 110 1010010 11000

Color Harmonies of #6D140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D140B

Black with #6D140B

Text Example


Text Example

White with #6D140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,20,11); }

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

background-color css

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

 a { background-color: rgb(109,20,11); }

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

border-color css

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

 span { border-color: rgb(109,20,11); }

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