Html Css Color HEX #876455 Spicy Mix

📋 copy color: '#876455'

red 135 ◦ green 100 ◦ blue 85

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

Shades of Spicy Mix #876455

Tints of Spicy Mix #876455

RGB

 RED value IS 135 (53.13% from 255) = 42.19%

 GREEN value IS 100 (39.45% from 255) = 31.25%

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 42.19%
G = 31.25%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#876455 (or 0x876455) is known color: Spicy Mix. HEX triplet: 87, 64 and 55. RGB value is (135,100,85). Sum of RGB (Red+Green+Blue) = 135+100+85=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #876455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876455 is #789BAA. Grayscale: #6C6C6C. Windows color (decimal): -7904171 or 5596295. OLE color: 5596295.

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

Color convert

RGB 135 100 85 -
CMYK 0 0.26 0.37 0.47
HSL 18º 0.23% 0.43% -
HSV(B) 18º 0.37% 0.53% -
XYZ 16.19 14.92 10.62 -
YUV 108.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 135 100 85 0 0.26 0.37 0.47 18 0.23 0.43
Hex 87 64 55 0 1A 25 2F 12 17 2B
Octal 207 144 125 0 32 45 57 22 27 53
Binary 10000111 1100100 1010101 0 11010 100101 101111 10010 10111 101011

Color Harmonies of #876455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876455

Black with #876455

Text Example


Text Example

White with #876455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876455; }

 p { color: rgb(135,100,85); }

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

background-color css

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

 a { background-color: rgb(135,100,85); }

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

border-color css

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

 span { border-color: rgb(135,100,85); }

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