Html Css Color HEX #861806 Falu Red

📋 copy color: '#861806'

red 134 ◦ green 24 ◦ blue 6

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

Shades of Falu Red #861806

Tints of Falu Red #861806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

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

R = 81.71%
G = 14.63%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#861806 (or 0x861806) is known color: Falu Red. HEX triplet: 86, 18 and 06. RGB value is (134,24,6). Sum of RGB (Red+Green+Blue) = 134+24+6=164 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.71% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 134 - color contains mainly: red. Hex color #861806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861806 is #79E7F9. Grayscale: #373737. Windows color (decimal): -7989242 or 399494. OLE color: 399494.

HSL color Cylindrical-coordinate representation of color #861806: hue angle of 8.44º 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 #861806 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 24 6 -
CMYK 0 0.82 0.96 0.47
HSL 8.44º 0.91% 0.27% -
HSV(B) 8.44º 0.96% 0.53% -
XYZ 10.19 5.73 0.74 -
YUV 54.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 134 24 6 0 0.82 0.96 0.47 8.44 0.91 0.27
Hex 86 18 6 0 52 60 2F 8 5B 1B
Octal 206 30 6 0 122 140 57 10 133 33
Binary 10000110 11000 110 0 1010010 1100000 101111 1000 1011011 11011

Color Harmonies of #861806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861806

Black with #861806

Text Example


Text Example

White with #861806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861806; }

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

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

background-color css

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

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

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

border-color css

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

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

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