Html Css Color HEX #6D1F06 Falu Red

📋 copy color: '#6D1F06'

red 109 ◦ green 31 ◦ blue 6

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

Shades of Falu Red #6D1F06

Tints of Falu Red #6D1F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.23%

 BLUE value IS 6 (2.73% from 255) = 4.11%

R = 74.66%
G = 21.23%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#6D1F06 (or 0x6D1F06) is known color: Falu Red. HEX triplet: 6D, 1F and 06. RGB value is (109,31,6). Sum of RGB (Red+Green+Blue) = 109+31+6=146 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.66% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1F06 is #92E0F9. Grayscale: #333333. Windows color (decimal): -9625850 or 401261. OLE color: 401261.

HSL color Cylindrical-coordinate representation of color #6D1F06: hue angle of 14.56º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D1F06 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 31 6 -
CMYK 0 0.72 0.94 0.57
HSL 14.56º 0.9% 0.23% -
HSV(B) 14.56º 0.94% 0.43% -
XYZ 6.83 4.24 0.63 -
YUV 51.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 109 31 6 0 0.72 0.94 0.57 14.56 0.9 0.23
Hex 6D 1F 6 0 48 5E 39 F 5A 17
Octal 155 37 6 0 110 136 71 17 132 27
Binary 1101101 11111 110 0 1001000 1011110 111001 1111 1011010 10111

Color Harmonies of #6D1F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F06

Black with #6D1F06

Text Example


Text Example

White with #6D1F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,31,6); }

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

background-color css

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

 a { background-color: rgb(109,31,6); }

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

border-color css

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

 span { border-color: rgb(109,31,6); }

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