Html Css Color HEX #865C54 Spicy Mix

📋 copy color: '#865C54'

red 134 ◦ green 92 ◦ blue 84

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

Shades of Spicy Mix #865C54

Tints of Spicy Mix #865C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

 BLUE value IS 84 (33.2% from 255) = 27.1%

R = 43.23%
G = 29.68%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#865C54 (or 0x865C54) is known color: Spicy Mix. HEX triplet: 86, 5C and 54. RGB value is (134,92,84). Sum of RGB (Red+Green+Blue) = 134+92+84=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #865C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C54 is #79A3AB. Grayscale: #676767. Windows color (decimal): -7971756 or 5528710. OLE color: 5528710.

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

Color convert

RGB 134 92 84 -
CMYK 0 0.31 0.37 0.47
HSL 9.6º 0.23% 0.43% -
HSV(B) 9.6º 0.37% 0.53% -
XYZ 15.26 13.36 10.16 -
YUV 103.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 134 92 84 0 0.31 0.37 0.47 9.6 0.23 0.43
Hex 86 5C 54 0 1F 25 2F A 17 2B
Octal 206 134 124 0 37 45 57 12 27 53
Binary 10000110 1011100 1010100 0 11111 100101 101111 1010 10111 101011

Color Harmonies of #865C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C54

Black with #865C54

Text Example


Text Example

White with #865C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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