Html Css Color HEX #865F56 Spicy Mix

📋 copy color: '#865F56'

red 134 ◦ green 95 ◦ blue 86

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

Shades of Spicy Mix #865F56

Tints of Spicy Mix #865F56

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.16%

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 42.54%
G = 30.16%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#865F56 (or 0x865F56) is known color: Spicy Mix. HEX triplet: 86, 5F and 56. RGB value is (134,95,86). Sum of RGB (Red+Green+Blue) = 134+95+86=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #865F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F56 is #79A0A9. Grayscale: #696969. Windows color (decimal): -7970986 or 5660550. OLE color: 5660550.

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

Color convert

RGB 134 95 86 -
CMYK 0 0.29 0.36 0.47
HSL 11.25º 0.22% 0.43% -
HSV(B) 11.25º 0.36% 0.53% -
XYZ 15.6 13.92 10.67 -
YUV 105.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 134 95 86 0 0.29 0.36 0.47 11.25 0.22 0.43
Hex 86 5F 56 0 1D 24 2F B 16 2B
Octal 206 137 126 0 35 44 57 13 26 53
Binary 10000110 1011111 1010110 0 11101 100100 101111 1011 10110 101011

Color Harmonies of #865F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F56

Black with #865F56

Text Example


Text Example

White with #865F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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