Html Css Color HEX #876450 Spicy Mix

📋 copy color: '#876450'

red 135 ◦ green 100 ◦ blue 80

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

Shades of Spicy Mix #876450

Tints of Spicy Mix #876450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 42.86%
G = 31.75%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#876450 (or 0x876450) is known color: Spicy Mix. HEX triplet: 87, 64 and 50. RGB value is (135,100,80). Sum of RGB (Red+Green+Blue) = 135+100+80=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #876450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876450 is #789BAF. Grayscale: #6C6C6C. Windows color (decimal): -7904176 or 5268615. OLE color: 5268615.

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

Color convert

RGB 135 100 80 -
CMYK 0 0.26 0.41 0.47
HSL 21.82º 0.26% 0.42% -
HSV(B) 21.82º 0.41% 0.53% -
XYZ 16 14.84 9.61 -
YUV 108.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 135 100 80 0 0.26 0.41 0.47 21.82 0.26 0.42
Hex 87 64 50 0 1A 29 2F 16 1A 2A
Octal 207 144 120 0 32 51 57 26 32 52
Binary 10000111 1100100 1010000 0 11010 101001 101111 10110 11010 101010

Color Harmonies of #876450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876450

Black with #876450

Text Example


Text Example

White with #876450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876450; }

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

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

background-color css

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

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

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

border-color css

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

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

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