Html Css Color HEX #986D5B Beaver

📋 copy color: '#986D5B'

red 152 ◦ green 109 ◦ blue 91

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

Shades of Beaver #986D5B

Tints of Beaver #986D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 43.18%
G = 30.97%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#986D5B (or 0x986D5B) is known color: Beaver. HEX triplet: 98, 6D and 5B. RGB value is (152,109,91). Sum of RGB (Red+Green+Blue) = 152+109+91=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #986D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D5B is #6792A4. Grayscale: #777777. Windows color (decimal): -6787749 or 5991832. OLE color: 5991832.

HSL color Cylindrical-coordinate representation of color #986D5B: hue angle of 17.7º 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 #986D5B is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 109 91 -
CMYK 0 0.28 0.40 0.40
HSL 17.7º 0.25% 0.48% -
HSV(B) 17.7º 0.4% 0.6% -
XYZ 20.31 18.37 12.37 -
YUV 119.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 152 109 91 0 0.28 0.40 0.40 17.7 0.25 0.48
Hex 98 6D 5B 0 1C 28 28 12 19 30
Octal 230 155 133 0 34 50 50 22 31 60
Binary 10011000 1101101 1011011 0 11100 101000 101000 10010 11001 110000

Color Harmonies of #986D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D5B

Black with #986D5B

Text Example


Text Example

White with #986D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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