Html Css Color HEX #87614C Spicy Mix

📋 copy color: '#87614C'

red 135 ◦ green 97 ◦ blue 76

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

Shades of Spicy Mix #87614C

Tints of Spicy Mix #87614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 43.83%
G = 31.49%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87614C (or 0x87614C) is known color: Spicy Mix. HEX triplet: 87, 61 and 4C. RGB value is (135,97,76). Sum of RGB (Red+Green+Blue) = 135+97+76=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #87614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87614C is #789EB3. Grayscale: #6A6A6A. Windows color (decimal): -7904948 or 5005703. OLE color: 5005703.

HSL color Cylindrical-coordinate representation of color #87614C: hue angle of 21.36º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87614C is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 97 76 -
CMYK 0 0.28 0.44 0.47
HSL 21.36º 0.28% 0.41% -
HSV(B) 21.36º 0.44% 0.53% -
XYZ 15.57 14.22 8.76 -
YUV 105.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 135 97 76 0 0.28 0.44 0.47 21.36 0.28 0.41
Hex 87 61 4C 0 1C 2C 2F 15 1C 29
Octal 207 141 114 0 34 54 57 25 34 51
Binary 10000111 1100001 1001100 0 11100 101100 101111 10101 11100 101001

Color Harmonies of #87614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87614C

Black with #87614C

Text Example


Text Example

White with #87614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87614C; }

 p { color: rgb(135,97,76); }

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

background-color css

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

 a { background-color: rgb(135,97,76); }

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

border-color css

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

 span { border-color: rgb(135,97,76); }

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