Html Css Color HEX #862600 Falu Red

📋 copy color: '#862600'

red 134 ◦ green 38 ◦ blue 0

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

Shades of Falu Red #862600

Tints of Falu Red #862600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.91%
G = 22.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#862600 (or 0x862600) is known color: Falu Red. HEX triplet: 86, 26 and 00. RGB value is (134,38,0). Sum of RGB (Red+Green+Blue) = 134+38+0=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #862600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862600 is #79D9FF. Grayscale: #3E3E3E. Windows color (decimal): -7985664 or 9862. OLE color: 9862.

HSL color Cylindrical-coordinate representation of color #862600: hue angle of 17.01º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #862600 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 38 0 -
CMYK 0 0.72 1 0.47
HSL 17.01º 1% 0.26% -
HSV(B) 17.01º 1% 0.53% -
XYZ 10.52 6.45 0.69 -
YUV 62.37 92.8 179.09 -
System Red Green Blue C M Y K H S L
Decimal 134 38 0 0 0.72 1 0.47 17.01 1 0.26
Hex 86 26 0 0 48 64 2F 11 64 1A
Octal 206 46 0 0 110 144 57 21 144 32
Binary 10000110 100110 0 0 1001000 1100100 101111 10001 1100100 11010

Color Harmonies of #862600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862600

Black with #862600

Text Example


Text Example

White with #862600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862600; }

 p { color: rgb(134,38,0); }

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

background-color css

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

 a { background-color: rgb(134,38,0); }

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

border-color css

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

 span { border-color: rgb(134,38,0); }

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