Html Css Color HEX #865D4F Spicy Mix

📋 copy color: '#865D4F'

red 134 ◦ green 93 ◦ blue 79

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

Shades of Spicy Mix #865D4F

Tints of Spicy Mix #865D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 43.79%
G = 30.39%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#865D4F (or 0x865D4F) is known color: Spicy Mix. HEX triplet: 86, 5D and 4F. RGB value is (134,93,79). Sum of RGB (Red+Green+Blue) = 134+93+79=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #865D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D4F is #79A2B0. Grayscale: #676767. Windows color (decimal): -7971505 or 5201286. OLE color: 5201286.

HSL color Cylindrical-coordinate representation of color #865D4F: hue angle of 15.27º 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 #865D4F is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 93 79 -
CMYK 0 0.31 0.41 0.47
HSL 15.27º 0.26% 0.42% -
HSV(B) 15.27º 0.41% 0.53% -
XYZ 15.16 13.46 9.2 -
YUV 103.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 134 93 79 0 0.31 0.41 0.47 15.27 0.26 0.42
Hex 86 5D 4F 0 1F 29 2F F 1A 2A
Octal 206 135 117 0 37 51 57 17 32 52
Binary 10000110 1011101 1001111 0 11111 101001 101111 1111 11010 101010

Color Harmonies of #865D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D4F

Black with #865D4F

Text Example


Text Example

White with #865D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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