Html Css Color HEX #6D150E Falu Red

📋 copy color: '#6D150E'

red 109 ◦ green 21 ◦ blue 14

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

Shades of Falu Red #6D150E

Tints of Falu Red #6D150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

 BLUE value IS 14 (5.86% from 255) = 9.72%

R = 75.69%
G = 14.58%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.57

RGB Variations

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

Color information

#6D150E (or 0x6D150E) is known color: Falu Red. HEX triplet: 6D, 15 and 0E. RGB value is (109,21,14). Sum of RGB (Red+Green+Blue) = 109+21+14=144 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.69% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 109 - color contains mainly: red. Hex color #6D150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D150E is #92EAF1. Grayscale: #2E2E2E. Windows color (decimal): -9628402 or 922989. OLE color: 922989.

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

Color convert

RGB 109 21 14 -
CMYK 0 0.81 0.87 0.57
HSL 4.42º 0.77% 0.24% -
HSV(B) 4.42º 0.87% 0.43% -
XYZ 6.65 3.82 0.8 -
YUV 46.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 109 21 14 0 0.81 0.87 0.57 4.42 0.77 0.24
Hex 6D 15 E 0 51 57 39 4 4D 18
Octal 155 25 16 0 121 127 71 4 115 30
Binary 1101101 10101 1110 0 1010001 1010111 111001 100 1001101 11000

Color Harmonies of #6D150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D150E

Black with #6D150E

Text Example


Text Example

White with #6D150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,21,14); }

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

background-color css

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

 a { background-color: rgb(109,21,14); }

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

border-color css

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

 span { border-color: rgb(109,21,14); }

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