#887168

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

Shades of Beaver #887168

Tints of Beaver #887168

Color information

#887168 (or 0x887168) is unknown color: approx Beaver. HEX triplet: 88, 71 and 68. RGB value is (136,113,104). Sum of RGB (Red+Green+Blue) = 136+113+104=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887168 is #778E97. Grayscale: #767676. Windows color (decimal): -7835288 or 6844808. OLE color: 6844808.

HSL color Cylindrical-coordinate representation of color #887168: hue angle of 16.87º degrees, saturation: 0.13, 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 #887168 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB136113104-
CMYK00.170.240.47
HSL16.87º13.33%47.06%-
HSV(B)16.87º23.53%53.33%-
XYZ18.5618.0415.6-
YUV118.85119.62140.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=38.53%
G=32.01%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611310400.170.240.4716.8713.3347.06
Hex887168011182F11d2f
Octal2101611500213057211557
Binary100010001110001110100001000111000101111100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887168; }

 p { color: rgb(136,113,104); }

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

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

 a { background-color: rgb(136,113,104); }

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

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

 span { border-color: rgb(136,113,104); }

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