Html Css Color HEX #876C5D Beaver

📋 copy color: '#876C5D'

red 135 ◦ green 108 ◦ blue 93

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

Shades of Beaver #876C5D

Tints of Beaver #876C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 40.18%
G = 32.14%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#876C5D (or 0x876C5D) is known color: Beaver. HEX triplet: 87, 6C and 5D. RGB value is (135,108,93). Sum of RGB (Red+Green+Blue) = 135+108+93=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C5D is #7893A2. Grayscale: #727272. Windows color (decimal): -7902115 or 6122631. OLE color: 6122631.

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

Color convert

RGB 135 108 93 -
CMYK 0 0.2 0.31 0.47
HSL 21.43º 0.18% 0.45% -
HSV(B) 21.43º 0.31% 0.53% -
XYZ 17.33 16.67 12.66 -
YUV 114.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 135 108 93 0 0.2 0.31 0.47 21.43 0.18 0.45
Hex 87 6C 5D 0 14 1F 2F 15 12 2D
Octal 207 154 135 0 24 37 57 25 22 55
Binary 10000111 1101100 1011101 0 10100 11111 101111 10101 10010 101101

Color Harmonies of #876C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C5D

Black with #876C5D

Text Example


Text Example

White with #876C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,108,93); }

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

background-color css

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

 a { background-color: rgb(135,108,93); }

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

border-color css

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

 span { border-color: rgb(135,108,93); }

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