Html Css Color HEX #6D1406 Falu Red

📋 copy color: '#6D1406'

red 109 ◦ green 20 ◦ blue 6

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

Shades of Falu Red #6D1406

Tints of Falu Red #6D1406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 80.74%
G = 14.81%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#6D1406 (or 0x6D1406) is known color: Falu Red. HEX triplet: 6D, 14 and 06. RGB value is (109,20,6). Sum of RGB (Red+Green+Blue) = 109+20+6=135 (17% of max value = 765). Red value is 109 (42.97% from 255 or 80.74% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1406 is #92EBF9. Grayscale: #2D2D2D. Windows color (decimal): -9628666 or 398445. OLE color: 398445.

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

Color convert

RGB 109 20 6 -
CMYK 0 0.82 0.94 0.57
HSL 8.16º 0.9% 0.23% -
HSV(B) 8.16º 0.94% 0.43% -
XYZ 6.59 3.76 0.55 -
YUV 45.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 109 20 6 0 0.82 0.94 0.57 8.16 0.9 0.23
Hex 6D 14 6 0 52 5E 39 8 5A 17
Octal 155 24 6 0 122 136 71 10 132 27
Binary 1101101 10100 110 0 1010010 1011110 111001 1000 1011010 10111

Color Harmonies of #6D1406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1406

Black with #6D1406

Text Example


Text Example

White with #6D1406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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