Html Css Color HEX #985F4E Spicy Mix

📋 copy color: '#985F4E'

red 152 ◦ green 95 ◦ blue 78

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

Shades of Spicy Mix #985F4E

Tints of Spicy Mix #985F4E

RGB

 RED value IS 152 (59.77% from 255) = 46.77%

 GREEN value IS 95 (37.5% from 255) = 29.23%

 BLUE value IS 78 (30.86% from 255) = 24%

R = 46.77%
G = 29.23%
B = 24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#985F4E (or 0x985F4E) is known color: Spicy Mix. HEX triplet: 98, 5F and 4E. RGB value is (152,95,78). Sum of RGB (Red+Green+Blue) = 152+95+78=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #985F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F4E is #67A0B1. Grayscale: #6E6E6E. Windows color (decimal): -6791346 or 5136280. OLE color: 5136280.

HSL color Cylindrical-coordinate representation of color #985F4E: hue angle of 13.78º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #985F4E is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 95 78 -
CMYK 0 0.38 0.49 0.40
HSL 13.78º 0.32% 0.45% -
HSV(B) 13.78º 0.49% 0.6% -
XYZ 18.42 15.41 9.21 -
YUV 110.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 152 95 78 0 0.38 0.49 0.40 13.78 0.32 0.45
Hex 98 5F 4E 0 26 31 28 E 20 2D
Octal 230 137 116 0 46 61 50 16 40 55
Binary 10011000 1011111 1001110 0 100110 110001 101000 1110 100000 101101

Color Harmonies of #985F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F4E

Black with #985F4E

Text Example


Text Example

White with #985F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985F4E; }

 p { color: rgb(152,95,78); }

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

background-color css

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

 a { background-color: rgb(152,95,78); }

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

border-color css

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

 span { border-color: rgb(152,95,78); }

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