Html Css Color HEX #986E60 Toast

📋 copy color: '#986E60'

red 152 ◦ green 110 ◦ blue 96

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

Shades of Toast #986E60

Tints of Toast #986E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.73%

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 42.46%
G = 30.73%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#986E60 (or 0x986E60) is known color: Toast. HEX triplet: 98, 6E and 60. RGB value is (152,110,96). Sum of RGB (Red+Green+Blue) = 152+110+96=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #986E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E60 is #67919F. Grayscale: #797979. Windows color (decimal): -6787488 or 6319768. OLE color: 6319768.

HSL color Cylindrical-coordinate representation of color #986E60: hue angle of 15º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986E60 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 110 96 -
CMYK 0 0.28 0.37 0.40
HSL 15º 0.23% 0.49% -
HSV(B) 15º 0.37% 0.6% -
XYZ 20.64 18.67 13.58 -
YUV 120.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 152 110 96 0 0.28 0.37 0.40 15 0.23 0.49
Hex 98 6E 60 0 1C 25 28 F 17 31
Octal 230 156 140 0 34 45 50 17 27 61
Binary 10011000 1101110 1100000 0 11100 100101 101000 1111 10111 110001

Color Harmonies of #986E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E60

Black with #986E60

Text Example


Text Example

White with #986E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986E60; }

 p { color: rgb(152,110,96); }

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

background-color css

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

 a { background-color: rgb(152,110,96); }

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

border-color css

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

 span { border-color: rgb(152,110,96); }

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