#865F4F

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

Shades of Spicy Mix #865F4F

Tints of Spicy Mix #865F4F

Color information

#865F4F (or 0x865F4F) is unknown color: approx Spicy Mix. HEX triplet: 86, 5F and 4F. RGB value is (134,95,79). Sum of RGB (Red+Green+Blue) = 134+95+79=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #865F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F4F is #79A0B0. Grayscale: #686868. Windows color (decimal): -7970993 or 5201798. OLE color: 5201798.

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

Color convert

RGB1349579-
CMYK00.290.410.47
HSL17.45º25.82%41.76%-
HSV(B)17.45º41.04%52.55%-
XYZ15.3413.829.26-
YUV104.84113.42148.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=43.51%
G=30.84%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134957900.290.410.4717.4525.8241.76
Hex865F4F01D292F111a2a
Octal2061371170355157213252
Binary10000110101111110011110111011010011011111000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,95,79); }

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

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

 a { background-color: rgb(134,95,79); }

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

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

 span { border-color: rgb(134,95,79); }

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