Html Css Color HEX #88614C Spicy Mix

📋 copy color: '#88614C'

red 136 ◦ green 97 ◦ blue 76

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

Shades of Spicy Mix #88614C

Tints of Spicy Mix #88614C

RGB

 RED value IS 136 (53.52% from 255) = 44.01%

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

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

R = 44.01%
G = 31.39%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88614C (or 0x88614C) is known color: Spicy Mix. HEX triplet: 88, 61 and 4C. RGB value is (136,97,76). Sum of RGB (Red+Green+Blue) = 136+97+76=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88614C is #779EB3. Grayscale: #6A6A6A. Windows color (decimal): -7839412 or 5005704. OLE color: 5005704.

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

Color convert

RGB 136 97 76 -
CMYK 0 0.29 0.44 0.47
HSL 21º 0.28% 0.42% -
HSV(B) 21º 0.44% 0.53% -
XYZ 15.73 14.31 8.77 -
YUV 106.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 136 97 76 0 0.29 0.44 0.47 21 0.28 0.42
Hex 88 61 4C 0 1D 2C 2F 15 1C 2A
Octal 210 141 114 0 35 54 57 25 34 52
Binary 10001000 1100001 1001100 0 11101 101100 101111 10101 11100 101010

Color Harmonies of #88614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88614C

Black with #88614C

Text Example


Text Example

White with #88614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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