#986E5B

Color #986E5B Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #986E5B

Tints of Beaver #986E5B

Color information

#986E5B (or 0x986E5B) is unknown color: approx Beaver. HEX triplet: 98, 6E and 5B. RGB value is (152,110,91). Sum of RGB (Red+Green+Blue) = 152+110+91=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E5B is #6791A4. Grayscale: #787878. Windows color (decimal): -6787493 or 5992088. OLE color: 5992088.

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

Color convert

RGB15211091-
CMYK00.280.400.40
HSL18.69º25.1%47.65%-
HSV(B)18.69º40.13%59.61%-
XYZ20.4118.5812.41-
YUV120.39111.41150.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=43.06%
G=31.16%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521109100.280.400.4018.6925.147.65
Hex986E5B01C2828131930
Octal2301561330345050233160
Binary10011000110111010110110111001010001010001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #986E5B;
 }
 .AnyTagClassName
 {
   color: #986E5B;
 }
</style>
background-color css

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

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

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

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

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

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