Html Css Color HEX #886C5F Beaver

📋 copy color: '#886C5F'

red 136 ◦ green 108 ◦ blue 95

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

Shades of Beaver #886C5F

Tints of Beaver #886C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 40.12%
G = 31.86%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#886C5F (or 0x886C5F) is known color: Beaver. HEX triplet: 88, 6C and 5F. RGB value is (136,108,95). Sum of RGB (Red+Green+Blue) = 136+108+95=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C5F is #7793A0. Grayscale: #727272. Windows color (decimal): -7836577 or 6253704. OLE color: 6253704.

HSL color Cylindrical-coordinate representation of color #886C5F: hue angle of 19.02º 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 #886C5F is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 108 95 -
CMYK 0 0.21 0.30 0.47
HSL 19.02º 0.18% 0.45% -
HSV(B) 19.02º 0.3% 0.53% -
XYZ 17.58 16.79 13.14 -
YUV 114.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 136 108 95 0 0.21 0.30 0.47 19.02 0.18 0.45
Hex 88 6C 5F 0 15 1E 2F 13 12 2D
Octal 210 154 137 0 25 36 57 23 22 55
Binary 10001000 1101100 1011111 0 10101 11110 101111 10011 10010 101101

Color Harmonies of #886C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886C5F

Black with #886C5F

Text Example


Text Example

White with #886C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886C5F; }

 p { color: rgb(136,108,95); }

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

background-color css

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

 a { background-color: rgb(136,108,95); }

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

border-color css

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

 span { border-color: rgb(136,108,95); }

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