Html Css Color HEX #876B5C Beaver

📋 copy color: '#876B5C'

red 135 ◦ green 107 ◦ blue 92

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

Shades of Beaver #876B5C

Tints of Beaver #876B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 40.42%
G = 32.04%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#876B5C (or 0x876B5C) is known color: Beaver. HEX triplet: 87, 6B and 5C. RGB value is (135,107,92). Sum of RGB (Red+Green+Blue) = 135+107+92=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #876B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B5C is #7894A3. Grayscale: #717171. Windows color (decimal): -7902372 or 6056839. OLE color: 6056839.

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

Color convert

RGB 135 107 92 -
CMYK 0 0.21 0.32 0.47
HSL 20.93º 0.19% 0.45% -
HSV(B) 20.93º 0.32% 0.53% -
XYZ 17.18 16.44 12.39 -
YUV 113.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 135 107 92 0 0.21 0.32 0.47 20.93 0.19 0.45
Hex 87 6B 5C 0 15 20 2F 15 13 2D
Octal 207 153 134 0 25 40 57 25 23 55
Binary 10000111 1101011 1011100 0 10101 100000 101111 10101 10011 101101

Color Harmonies of #876B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876B5C

Black with #876B5C

Text Example


Text Example

White with #876B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,107,92); }

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

background-color css

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

 a { background-color: rgb(135,107,92); }

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

border-color css

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

 span { border-color: rgb(135,107,92); }

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