Html Css Color HEX #862006 Falu Red

📋 copy color: '#862006'

red 134 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #862006

Tints of Falu Red #862006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.6%

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

R = 77.91%
G = 18.6%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#862006 (or 0x862006) is known color: Falu Red. HEX triplet: 86, 20 and 06. RGB value is (134,32,6). Sum of RGB (Red+Green+Blue) = 134+32+6=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #862006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862006 is #79DFF9. Grayscale: #3B3B3B. Windows color (decimal): -7987194 or 401542. OLE color: 401542.

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

Color convert

RGB 134 32 6 -
CMYK 0 0.76 0.96 0.47
HSL 12.19º 0.91% 0.27% -
HSV(B) 12.19º 0.96% 0.53% -
XYZ 10.38 6.11 0.81 -
YUV 59.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 134 32 6 0 0.76 0.96 0.47 12.19 0.91 0.27
Hex 86 20 6 0 4C 60 2F C 5B 1B
Octal 206 40 6 0 114 140 57 14 133 33
Binary 10000110 100000 110 0 1001100 1100000 101111 1100 1011011 11011

Color Harmonies of #862006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862006

Black with #862006

Text Example


Text Example

White with #862006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862006; }

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

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

background-color css

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

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

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

border-color css

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

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

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