#861C06

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

Shades of Falu Red #861C06

Tints of Falu Red #861C06

Color information

#861C06 (or 0x861C06) is unknown color: approx Falu Red. HEX triplet: 86, 1C and 06. RGB value is (134,28,6). Sum of RGB (Red+Green+Blue) = 134+28+6=168 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.76% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 134 - color contains mainly: red. Hex color #861C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861C06 is #79E3F9. Grayscale: #393939. Windows color (decimal): -7988218 or 400518. OLE color: 400518.

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

Color convert

RGB134286-
CMYK00.790.960.47
HSL10.31º91.43%27.45%-
HSV(B)10.31º95.52%52.55%-
XYZ10.285.910.77-
YUV57.1999.12182.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 79.76%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=79.76%
G=16.67%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13428600.790.960.4710.3191.4327.45
Hex861C604F602Fa5b1b
Octal2063460117140571213333
Binary10000110111001100100111111000001011111010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861C06; }

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

 H1.HeaderClassName
 {
   color: #861C06;
 }
 .AnyTagClassName
 {
   color: #861C06;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #861C06;
 }
 .BgClassName
 {
   background-color: #861C06;
 }
</style>
border-color css

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

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

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