#865B54

Color #865B54 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #865B54

Tints of Spicy Mix #865B54

Color information

#865B54 (or 0x865B54) is unknown color: approx Spicy Mix. HEX triplet: 86, 5B and 54. RGB value is (134,91,84). Sum of RGB (Red+Green+Blue) = 134+91+84=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #865B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B54 is #79A4AB. Grayscale: #676767. Windows color (decimal): -7972012 or 5528454. OLE color: 5528454.

HSL color Cylindrical-coordinate representation of color #865B54: hue angle of 8.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865B54 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1349184-
CMYK00.320.370.47
HSL8.4º22.94%42.75%-
HSV(B)8.4º37.31%52.55%-
XYZ15.1713.1910.13-
YUV103.06117.25150.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 84 (33.20% from 255) = 27.18%
R=43.37%
G=29.45%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134918400.320.370.478.422.9442.75
Hex865B54020252F8172b
Octal2061331240404557102753
Binary10000110101101110101000100000100101101111100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865B54; }

 p { color: rgb(134,91,84); }

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

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

 a { background-color: rgb(134,91,84); }

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

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

 span { border-color: rgb(134,91,84); }

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