Html Css Color HEX #89614D Spicy Mix

📋 copy color: '#89614D'

red 137 ◦ green 97 ◦ blue 77

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

Shades of Spicy Mix #89614D

Tints of Spicy Mix #89614D

RGB

 RED value IS 137 (53.91% from 255) = 44.05%

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

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 44.05%
G = 31.19%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#89614D (or 0x89614D) is known color: Spicy Mix. HEX triplet: 89, 61 and 4D. RGB value is (137,97,77). Sum of RGB (Red+Green+Blue) = 137+97+77=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89614D is #769EB2. Grayscale: #6A6A6A. Windows color (decimal): -7773875 or 5071241. OLE color: 5071241.

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

Color convert

RGB 137 97 77 -
CMYK 0 0.29 0.44 0.46
HSL 20º 0.28% 0.42% -
HSV(B) 20º 0.44% 0.54% -
XYZ 15.93 14.4 8.96 -
YUV 106.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 137 97 77 0 0.29 0.44 0.46 20 0.28 0.42
Hex 89 61 4D 0 1D 2C 2E 14 1C 2A
Octal 211 141 115 0 35 54 56 24 34 52
Binary 10001001 1100001 1001101 0 11101 101100 101110 10100 11100 101010

Color Harmonies of #89614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89614D

Black with #89614D

Text Example


Text Example

White with #89614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89614D; }

 p { color: rgb(137,97,77); }

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

background-color css

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

 a { background-color: rgb(137,97,77); }

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

border-color css

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

 span { border-color: rgb(137,97,77); }

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