#987661

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

Shades of Beaver #987661

Tints of Beaver #987661

Color information

#987661 (or 0x987661) is unknown color: approx Beaver. HEX triplet: 98, 76 and 61. RGB value is (152,118,97). Sum of RGB (Red+Green+Blue) = 152+118+97=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #987661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987661 is #67899E. Grayscale: #7D7D7D. Windows color (decimal): -6785439 or 6387352. OLE color: 6387352.

HSL color Cylindrical-coordinate representation of color #987661: hue angle of 22.91º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #987661 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB15211897-
CMYK00.220.360.40
HSL22.91º22.09%48.82%-
HSV(B)22.91º36.18%59.61%-
XYZ21.5820.514.13-
YUV125.77111.76146.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=41.42%
G=32.15%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521189700.220.360.4022.9122.0948.82
Hex9876610162428171631
Octal2301661410264450272661
Binary10011000111011011000010101101001001010001011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987661; }

 p { color: rgb(152,118,97); }

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

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

 a { background-color: rgb(152,118,97); }

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

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

 span { border-color: rgb(152,118,97); }

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