Html Css Color HEX #886D5E Beaver

📋 copy color: '#886D5E'

red 136 ◦ green 109 ◦ blue 94

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

Shades of Beaver #886D5E

Tints of Beaver #886D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 40.12%
G = 32.15%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#886D5E (or 0x886D5E) is known color: Beaver. HEX triplet: 88, 6D and 5E. RGB value is (136,109,94). Sum of RGB (Red+Green+Blue) = 136+109+94=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D5E is #7792A1. Grayscale: #737373. Windows color (decimal): -7836322 or 6188424. OLE color: 6188424.

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

Color convert

RGB 136 109 94 -
CMYK 0 0.20 0.31 0.47
HSL 21.43º 0.18% 0.45% -
HSV(B) 21.43º 0.31% 0.53% -
XYZ 17.64 16.98 12.94 -
YUV 115.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 136 109 94 0 0.20 0.31 0.47 21.43 0.18 0.45
Hex 88 6D 5E 0 14 1F 2F 15 12 2D
Octal 210 155 136 0 24 37 57 25 22 55
Binary 10001000 1101101 1011110 0 10100 11111 101111 10101 10010 101101

Color Harmonies of #886D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D5E

Black with #886D5E

Text Example


Text Example

White with #886D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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