Html Css Color HEX #886D5D Beaver

📋 copy color: '#886D5D'

red 136 ◦ green 109 ◦ blue 93

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

Shades of Beaver #886D5D

Tints of Beaver #886D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

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

R = 40.24%
G = 32.25%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#886D5D (or 0x886D5D) is known color: Beaver. HEX triplet: 88, 6D and 5D. RGB value is (136,109,93). Sum of RGB (Red+Green+Blue) = 136+109+93=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D5D is #7792A2. Grayscale: #737373. Windows color (decimal): -7836323 or 6122888. OLE color: 6122888.

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

Color convert

RGB 136 109 93 -
CMYK 0 0.20 0.32 0.47
HSL 22.33º 0.19% 0.45% -
HSV(B) 22.33º 0.32% 0.53% -
XYZ 17.6 16.96 12.7 -
YUV 115.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 136 109 93 0 0.20 0.32 0.47 22.33 0.19 0.45
Hex 88 6D 5D 0 14 20 2F 16 13 2D
Octal 210 155 135 0 24 40 57 26 23 55
Binary 10001000 1101101 1011101 0 10100 100000 101111 10110 10011 101101

Color Harmonies of #886D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D5D

Black with #886D5D

Text Example


Text Example

White with #886D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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