Html Css Color HEX #861706 Falu Red

📋 copy color: '#861706'

red 134 ◦ green 23 ◦ blue 6

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

Shades of Falu Red #861706

Tints of Falu Red #861706

RGB

 RED value IS 134 (52.73% from 255) = 82.21%

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

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

R = 82.21%
G = 14.11%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#861706 (or 0x861706) is known color: Falu Red. HEX triplet: 86, 17 and 06. RGB value is (134,23,6). Sum of RGB (Red+Green+Blue) = 134+23+6=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #861706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861706 is #79E8F9. Grayscale: #363636. Windows color (decimal): -7989498 or 399238. OLE color: 399238.

HSL color Cylindrical-coordinate representation of color #861706: hue angle of 7.97º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #861706 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 23 6 -
CMYK 0 0.83 0.96 0.47
HSL 7.97º 0.91% 0.27% -
HSV(B) 7.97º 0.96% 0.53% -
XYZ 10.17 5.69 0.74 -
YUV 54.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 134 23 6 0 0.83 0.96 0.47 7.97 0.91 0.27
Hex 86 17 6 0 53 60 2F 8 5B 1B
Octal 206 27 6 0 123 140 57 10 133 33
Binary 10000110 10111 110 0 1010011 1100000 101111 1000 1011011 11011

Color Harmonies of #861706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861706

Black with #861706

Text Example


Text Example

White with #861706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861706; }

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

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

background-color css

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

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

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

border-color css

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

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

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