Html Css Color HEX #987460 Beaver

📋 copy color: '#987460'

red 152 ◦ green 116 ◦ blue 96

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

Shades of Beaver #987460

Tints of Beaver #987460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 41.76%
G = 31.87%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#987460 (or 0x987460) is known color: Beaver. HEX triplet: 98, 74 and 60. RGB value is (152,116,96). Sum of RGB (Red+Green+Blue) = 152+116+96=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #987460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987460 is #678B9F. Grayscale: #7C7C7C. Windows color (decimal): -6785952 or 6321304. OLE color: 6321304.

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

Color convert

RGB 152 116 96 -
CMYK 0 0.24 0.37 0.40
HSL 21.43º 0.23% 0.49% -
HSV(B) 21.43º 0.37% 0.6% -
XYZ 21.31 20.01 13.81 -
YUV 124.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 152 116 96 0 0.24 0.37 0.40 21.43 0.23 0.49
Hex 98 74 60 0 18 25 28 15 17 31
Octal 230 164 140 0 30 45 50 25 27 61
Binary 10011000 1110100 1100000 0 11000 100101 101000 10101 10111 110001

Color Harmonies of #987460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987460

Black with #987460

Text Example


Text Example

White with #987460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987460; }

 p { color: rgb(152,116,96); }

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

background-color css

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

 a { background-color: rgb(152,116,96); }

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

border-color css

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

 span { border-color: rgb(152,116,96); }

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