Html Css Color HEX #876C5E Beaver

📋 copy color: '#876C5E'

red 135 ◦ green 108 ◦ blue 94

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

Shades of Beaver #876C5E

Tints of Beaver #876C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 40.06%
G = 32.05%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#876C5E (or 0x876C5E) is known color: Beaver. HEX triplet: 87, 6C and 5E. RGB value is (135,108,94). Sum of RGB (Red+Green+Blue) = 135+108+94=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #876C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C5E is #7893A1. Grayscale: #727272. Windows color (decimal): -7902114 or 6188167. OLE color: 6188167.

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

Color convert

RGB 135 108 94 -
CMYK 0 0.2 0.30 0.47
HSL 20.49º 0.18% 0.45% -
HSV(B) 20.49º 0.3% 0.53% -
XYZ 17.37 16.68 12.89 -
YUV 114.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 135 108 94 0 0.2 0.30 0.47 20.49 0.18 0.45
Hex 87 6C 5E 0 14 1E 2F 14 12 2D
Octal 207 154 136 0 24 36 57 24 22 55
Binary 10000111 1101100 1011110 0 10100 11110 101111 10100 10010 101101

Color Harmonies of #876C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C5E

Black with #876C5E

Text Example


Text Example

White with #876C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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