#862600

Color #862600 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #862600

Tints of Falu Red #862600

Color information

#862600 (or 0x862600) is unknown color: approx 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

RGB134380-
CMYK00.7210.47
HSL17.01º100%26.27%-
HSV(B)17.01º100%52.55%-
XYZ10.526.450.69-
YUV62.3792.8179.09-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13438000.7210.4717.0110026.27
Hex86260048642F11641a
Octal2064600110144572114432
Binary10000110100110001001000110010010111110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>