#887067

Color #887067 Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #887067

Tints of Beaver #887067

Color information

#887067 (or 0x887067) is unknown color: approx Beaver. HEX triplet: 88, 70 and 67. RGB value is (136,112,103). Sum of RGB (Red+Green+Blue) = 136+112+103=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #887067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887067 is #778F98. Grayscale: #767676. Windows color (decimal): -7835545 or 6779016. OLE color: 6779016.

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

Color convert

RGB136112103-
CMYK00.180.240.47
HSL16.36º13.81%46.86%-
HSV(B)16.36º24.26%53.33%-
XYZ18.417.815.3-
YUV118.15119.45140.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=38.75%
G=31.91%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611210300.180.240.4716.3613.8146.86
Hex887067012182F10e2f
Octal2101601470223057201657
Binary100010001110000110011101001011000101111100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887067; }

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

 H1.HeaderClassName
 {
   color: #887067;
 }
 .AnyTagClassName
 {
   color: #887067;
 }
</style>
background-color css

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

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

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

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

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

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