Html Css Color HEX #887061 Beaver

📋 copy color: '#887061'

red 136 ◦ green 112 ◦ blue 97

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

Shades of Beaver #887061

Tints of Beaver #887061

RGB

 RED value IS 136 (53.52% from 255) = 39.42%

 GREEN value IS 112 (44.14% from 255) = 32.46%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 39.42%
G = 32.46%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#887061 (or 0x887061) is known color: Beaver. HEX triplet: 88, 70 and 61. RGB value is (136,112,97). Sum of RGB (Red+Green+Blue) = 136+112+97=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #887061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887061 is #778F9E. Grayscale: #757575. Windows color (decimal): -7835551 or 6385800. OLE color: 6385800.

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

Color convert

RGB 136 112 97 -
CMYK 0 0.18 0.29 0.47
HSL 23.08º 0.17% 0.46% -
HSV(B) 23.08º 0.29% 0.53% -
XYZ 18.11 17.69 13.77 -
YUV 117.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 136 112 97 0 0.18 0.29 0.47 23.08 0.17 0.46
Hex 88 70 61 0 12 1D 2F 17 11 2E
Octal 210 160 141 0 22 35 57 27 21 56
Binary 10001000 1110000 1100001 0 10010 11101 101111 10111 10001 101110

Color Harmonies of #887061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887061

Black with #887061

Text Example


Text Example

White with #887061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887061; }

 p { color: rgb(136,112,97); }

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

background-color css

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

 a { background-color: rgb(136,112,97); }

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

border-color css

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

 span { border-color: rgb(136,112,97); }

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