Html Css Color HEX #6D100D Falu Red

📋 copy color: '#6D100D'

red 109 ◦ green 16 ◦ blue 13

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

Shades of Falu Red #6D100D

Tints of Falu Red #6D100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

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

R = 78.99%
G = 11.59%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D100D (or 0x6D100D) is known color: Falu Red. HEX triplet: 6D, 10 and 0D. RGB value is (109,16,13). Sum of RGB (Red+Green+Blue) = 109+16+13=138 (18% of max value = 765). Red value is 109 (42.97% from 255 or 78.99% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 109 - color contains mainly: red. Hex color #6D100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D100D is #92EFF2. Grayscale: #2B2B2B. Windows color (decimal): -9629683 or 856173. OLE color: 856173.

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

Color convert

RGB 109 16 13 -
CMYK 0 0.85 0.88 0.57
HSL 1.88º 0.79% 0.24% -
HSV(B) 1.88º 0.88% 0.43% -
XYZ 6.56 3.65 0.74 -
YUV 43.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 109 16 13 0 0.85 0.88 0.57 1.88 0.79 0.24
Hex 6D 10 D 0 55 58 39 2 4F 18
Octal 155 20 15 0 125 130 71 2 117 30
Binary 1101101 10000 1101 0 1010101 1011000 111001 10 1001111 11000

Color Harmonies of #6D100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D100D

Black with #6D100D

Text Example


Text Example

White with #6D100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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