Html Css Color HEX #876D60 Beaver

📋 copy color: '#876D60'

red 135 ◦ green 109 ◦ blue 96

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

Shades of Beaver #876D60

Tints of Beaver #876D60

RGB

 RED value IS 135 (53.13% from 255) = 39.71%

 GREEN value IS 109 (42.97% from 255) = 32.06%

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

R = 39.71%
G = 32.06%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#876D60 (or 0x876D60) is known color: Beaver. HEX triplet: 87, 6D and 60. RGB value is (135,109,96). Sum of RGB (Red+Green+Blue) = 135+109+96=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #876D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D60 is #78929F. Grayscale: #737373. Windows color (decimal): -7901856 or 6319495. OLE color: 6319495.

HSL color Cylindrical-coordinate representation of color #876D60: hue angle of 20º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876D60 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 109 96 -
CMYK 0 0.19 0.29 0.47
HSL 20º 0.17% 0.45% -
HSV(B) 20º 0.29% 0.53% -
XYZ 17.57 16.93 13.41 -
YUV 115.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 135 109 96 0 0.19 0.29 0.47 20 0.17 0.45
Hex 87 6D 60 0 13 1D 2F 14 11 2D
Octal 207 155 140 0 23 35 57 24 21 55
Binary 10000111 1101101 1100000 0 10011 11101 101111 10100 10001 101101

Color Harmonies of #876D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876D60

Black with #876D60

Text Example


Text Example

White with #876D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876D60; }

 p { color: rgb(135,109,96); }

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

background-color css

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

 a { background-color: rgb(135,109,96); }

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

border-color css

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

 span { border-color: rgb(135,109,96); }

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