Html Css Color HEX #986F58 Beaver

📋 copy color: '#986F58'

red 152 ◦ green 111 ◦ blue 88

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

Shades of Beaver #986F58

Tints of Beaver #986F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 43.3%
G = 31.62%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#986F58 (or 0x986F58) is known color: Beaver. HEX triplet: 98, 6F and 58. RGB value is (152,111,88). Sum of RGB (Red+Green+Blue) = 152+111+88=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #986F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F58 is #6790A7. Grayscale: #787878. Windows color (decimal): -6787240 or 5795736. OLE color: 5795736.

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

Color convert

RGB 152 111 88 -
CMYK 0 0.27 0.42 0.40
HSL 21.56º 0.27% 0.47% -
HSV(B) 21.56º 0.42% 0.6% -
XYZ 20.39 18.75 11.78 -
YUV 120.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 152 111 88 0 0.27 0.42 0.40 21.56 0.27 0.47
Hex 98 6F 58 0 1B 2A 28 16 1B 2F
Octal 230 157 130 0 33 52 50 26 33 57
Binary 10011000 1101111 1011000 0 11011 101010 101000 10110 11011 101111

Color Harmonies of #986F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F58

Black with #986F58

Text Example


Text Example

White with #986F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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