Html Css Color HEX #886C5D Beaver

📋 copy color: '#886C5D'

red 136 ◦ green 108 ◦ blue 93

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

Shades of Beaver #886C5D

Tints of Beaver #886C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 40.36%
G = 32.05%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#886C5D (or 0x886C5D) is known color: Beaver. HEX triplet: 88, 6C and 5D. RGB value is (136,108,93). Sum of RGB (Red+Green+Blue) = 136+108+93=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #886C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C5D is #7793A2. Grayscale: #727272. Windows color (decimal): -7836579 or 6122632. OLE color: 6122632.

HSL color Cylindrical-coordinate representation of color #886C5D: hue angle of 20.93º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886C5D is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 108 93 -
CMYK 0 0.21 0.32 0.47
HSL 20.93º 0.19% 0.45% -
HSV(B) 20.93º 0.32% 0.53% -
XYZ 17.49 16.75 12.67 -
YUV 114.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 136 108 93 0 0.21 0.32 0.47 20.93 0.19 0.45
Hex 88 6C 5D 0 15 20 2F 15 13 2D
Octal 210 154 135 0 25 40 57 25 23 55
Binary 10001000 1101100 1011101 0 10101 100000 101111 10101 10011 101101

Color Harmonies of #886C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886C5D

Black with #886C5D

Text Example


Text Example

White with #886C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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