Html Css Color HEX #6D120D Falu Red

📋 copy color: '#6D120D'

red 109 ◦ green 18 ◦ blue 13

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

Shades of Falu Red #6D120D

Tints of Falu Red #6D120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 77.86%
G = 12.86%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D120D (or 0x6D120D) is known color: Falu Red. HEX triplet: 6D, 12 and 0D. RGB value is (109,18,13). Sum of RGB (Red+Green+Blue) = 109+18+13=140 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.86% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 109 - color contains mainly: red. Hex color #6D120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D120D is #92EDF2. Grayscale: #2C2C2C. Windows color (decimal): -9629171 or 856685. OLE color: 856685.

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

Color convert

RGB 109 18 13 -
CMYK 0 0.83 0.88 0.57
HSL 3.13º 0.79% 0.24% -
HSV(B) 3.13º 0.88% 0.43% -
XYZ 6.6 3.71 0.75 -
YUV 44.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 109 18 13 0 0.83 0.88 0.57 3.13 0.79 0.24
Hex 6D 12 D 0 53 58 39 3 4F 18
Octal 155 22 15 0 123 130 71 3 117 30
Binary 1101101 10010 1101 0 1010011 1011000 111001 11 1001111 11000

Color Harmonies of #6D120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D120D

Black with #6D120D

Text Example


Text Example

White with #6D120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,18,13); }

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

background-color css

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

 a { background-color: rgb(109,18,13); }

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

border-color css

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

 span { border-color: rgb(109,18,13); }

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