Html Css Color HEX #987661 Beaver

📋 copy color: '#987661'

red 152 ◦ green 118 ◦ blue 97

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

Shades of Beaver #987661

Tints of Beaver #987661

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 value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#987661 (or 0x987661) is known color: 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

RGB 152 118 97 -
CMYK 0 0.22 0.36 0.40
HSL 22.91º 0.22% 0.49% -
HSV(B) 22.91º 0.36% 0.6% -
XYZ 21.59 20.5 14.13 -
YUV 125.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 152 118 97 0 0.22 0.36 0.40 22.91 0.22 0.49
Hex 98 76 61 0 16 24 28 17 16 31
Octal 230 166 141 0 26 44 50 27 26 61
Binary 10011000 1110110 1100001 0 10110 100100 101000 10111 10110 110001

Color Harmonies of #987661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987661

Black with #987661

Text Example


Text Example

White with #987661

Text Example


Text Example

HTML Codes & Css Web 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>