Html Css Color HEX #986F57 Beaver

📋 copy color: '#986F57'

red 152 ◦ green 111 ◦ blue 87

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

Shades of Beaver #986F57

Tints of Beaver #986F57

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

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

R = 43.43%
G = 31.71%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#986F57 (or 0x986F57) is known color: Beaver. HEX triplet: 98, 6F and 57. RGB value is (152,111,87). Sum of RGB (Red+Green+Blue) = 152+111+87=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #986F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F57 is #6790A8. Grayscale: #787878. Windows color (decimal): -6787241 or 5730200. OLE color: 5730200.

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

Color convert

RGB 152 111 87 -
CMYK 0 0.27 0.43 0.40
HSL 22.15º 0.27% 0.47% -
HSV(B) 22.15º 0.43% 0.6% -
XYZ 20.35 18.73 11.56 -
YUV 120.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 152 111 87 0 0.27 0.43 0.40 22.15 0.27 0.47
Hex 98 6F 57 0 1B 2B 28 16 1B 2F
Octal 230 157 127 0 33 53 50 26 33 57
Binary 10011000 1101111 1010111 0 11011 101011 101000 10110 11011 101111

Color Harmonies of #986F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F57

Black with #986F57

Text Example


Text Example

White with #986F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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