Html Css Color HEX #876F64 Beaver

📋 copy color: '#876F64'

red 135 ◦ green 111 ◦ blue 100

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

Shades of Beaver #876F64

Tints of Beaver #876F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 39.02%
G = 32.08%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#876F64 (or 0x876F64) is known color: Beaver. HEX triplet: 87, 6F and 64. RGB value is (135,111,100). Sum of RGB (Red+Green+Blue) = 135+111+100=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #876F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F64 is #78909B. Grayscale: #747474. Windows color (decimal): -7901340 or 6582151. OLE color: 6582151.

HSL color Cylindrical-coordinate representation of color #876F64: hue angle of 18.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876F64 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 111 100 -
CMYK 0 0.18 0.26 0.47
HSL 18.86º 0.15% 0.46% -
HSV(B) 18.86º 0.26% 0.53% -
XYZ 17.98 17.44 14.48 -
YUV 116.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 135 111 100 0 0.18 0.26 0.47 18.86 0.15 0.46
Hex 87 6F 64 0 12 1A 2F 13 F 2E
Octal 207 157 144 0 22 32 57 23 17 56
Binary 10000111 1101111 1100100 0 10010 11010 101111 10011 1111 101110

Color Harmonies of #876F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F64

Black with #876F64

Text Example


Text Example

White with #876F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,111,100); }

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

background-color css

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

 a { background-color: rgb(135,111,100); }

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

border-color css

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

 span { border-color: rgb(135,111,100); }

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