Html Css Color HEX #6D160D Falu Red

📋 copy color: '#6D160D'

red 109 ◦ green 22 ◦ blue 13

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

Shades of Falu Red #6D160D

Tints of Falu Red #6D160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.28%

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

R = 75.69%
G = 15.28%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D160D (or 0x6D160D) is known color: Falu Red. HEX triplet: 6D, 16 and 0D. RGB value is (109,22,13). Sum of RGB (Red+Green+Blue) = 109+22+13=144 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.69% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 109 - color contains mainly: red. Hex color #6D160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D160D is #92E9F2. Grayscale: #2F2F2F. Windows color (decimal): -9628147 or 857709. OLE color: 857709.

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

Color convert

RGB 109 22 13 -
CMYK 0 0.80 0.88 0.57
HSL 5.63º 0.79% 0.24% -
HSV(B) 5.63º 0.88% 0.43% -
XYZ 6.67 3.85 0.77 -
YUV 46.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 109 22 13 0 0.80 0.88 0.57 5.63 0.79 0.24
Hex 6D 16 D 0 50 58 39 6 4F 18
Octal 155 26 15 0 120 130 71 6 117 30
Binary 1101101 10110 1101 0 1010000 1011000 111001 110 1001111 11000

Color Harmonies of #6D160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D160D

Black with #6D160D

Text Example


Text Example

White with #6D160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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