Html Css Color HEX #6D1706 Falu Red

📋 copy color: '#6D1706'

red 109 ◦ green 23 ◦ blue 6

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

Shades of Falu Red #6D1706

Tints of Falu Red #6D1706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

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

R = 78.99%
G = 16.67%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#6D1706 (or 0x6D1706) is known color: Falu Red. HEX triplet: 6D, 17 and 06. RGB value is (109,23,6). Sum of RGB (Red+Green+Blue) = 109+23+6=138 (18% of max value = 765). Red value is 109 (42.97% from 255 or 78.99% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1706 is #92E8F9. Grayscale: #2E2E2E. Windows color (decimal): -9627898 or 399213. OLE color: 399213.

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

Color convert

RGB 109 23 6 -
CMYK 0 0.79 0.94 0.57
HSL 9.9º 0.9% 0.23% -
HSV(B) 9.9º 0.94% 0.43% -
XYZ 6.65 3.88 0.57 -
YUV 46.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 109 23 6 0 0.79 0.94 0.57 9.9 0.9 0.23
Hex 6D 17 6 0 4F 5E 39 A 5A 17
Octal 155 27 6 0 117 136 71 12 132 27
Binary 1101101 10111 110 0 1001111 1011110 111001 1010 1011010 10111

Color Harmonies of #6D1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1706

Black with #6D1706

Text Example


Text Example

White with #6D1706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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