Html Css Color HEX #865E4F Spicy Mix

📋 copy color: '#865E4F'

red 134 ◦ green 94 ◦ blue 79

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

Shades of Spicy Mix #865E4F

Tints of Spicy Mix #865E4F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.62%

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

R = 43.65%
G = 30.62%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#865E4F (or 0x865E4F) is known color: Spicy Mix. HEX triplet: 86, 5E and 4F. RGB value is (134,94,79). Sum of RGB (Red+Green+Blue) = 134+94+79=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #865E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E4F is #79A1B0. Grayscale: #686868. Windows color (decimal): -7971249 or 5201542. OLE color: 5201542.

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

Color convert

RGB 134 94 79 -
CMYK 0 0.30 0.41 0.47
HSL 16.36º 0.26% 0.42% -
HSV(B) 16.36º 0.41% 0.53% -
XYZ 15.25 13.64 9.23 -
YUV 104.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 134 94 79 0 0.30 0.41 0.47 16.36 0.26 0.42
Hex 86 5E 4F 0 1E 29 2F 10 1A 2A
Octal 206 136 117 0 36 51 57 20 32 52
Binary 10000110 1011110 1001111 0 11110 101001 101111 10000 11010 101010

Color Harmonies of #865E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E4F

Black with #865E4F

Text Example


Text Example

White with #865E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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