Html Css Color HEX #986D57 Beaver

📋 copy color: '#986D57'

red 152 ◦ green 109 ◦ blue 87

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

Shades of Beaver #986D57

Tints of Beaver #986D57

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 87 (34.38% from 255) = 25%

R = 43.68%
G = 31.32%
B = 25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#986D57 (or 0x986D57) is known color: Beaver. HEX triplet: 98, 6D and 57. RGB value is (152,109,87). Sum of RGB (Red+Green+Blue) = 152+109+87=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #986D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D57 is #6792A8. Grayscale: #777777. Windows color (decimal): -6787753 or 5729688. OLE color: 5729688.

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

Color convert

RGB 152 109 87 -
CMYK 0 0.28 0.43 0.40
HSL 20.31º 0.27% 0.47% -
HSV(B) 20.31º 0.43% 0.6% -
XYZ 20.14 18.3 11.49 -
YUV 119.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 152 109 87 0 0.28 0.43 0.40 20.31 0.27 0.47
Hex 98 6D 57 0 1C 2B 28 14 1B 2F
Octal 230 155 127 0 34 53 50 24 33 57
Binary 10011000 1101101 1010111 0 11100 101011 101000 10100 11011 101111

Color Harmonies of #986D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D57

Black with #986D57

Text Example


Text Example

White with #986D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,109,87); }

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

background-color css

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

 a { background-color: rgb(152,109,87); }

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

border-color css

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

 span { border-color: rgb(152,109,87); }

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