Html Css Color HEX #886C5E Beaver

📋 copy color: '#886C5E'

red 136 ◦ green 108 ◦ blue 94

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

Shades of Beaver #886C5E

Tints of Beaver #886C5E

RGB

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

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

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

R = 40.24%
G = 31.95%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#886C5E (or 0x886C5E) is known color: Beaver. HEX triplet: 88, 6C and 5E. RGB value is (136,108,94). Sum of RGB (Red+Green+Blue) = 136+108+94=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C5E is #7793A1. Grayscale: #727272. Windows color (decimal): -7836578 or 6188168. OLE color: 6188168.

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

Color convert

RGB 136 108 94 -
CMYK 0 0.21 0.31 0.47
HSL 20º 0.18% 0.45% -
HSV(B) 20º 0.31% 0.53% -
XYZ 17.54 16.77 12.9 -
YUV 114.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 136 108 94 0 0.21 0.31 0.47 20 0.18 0.45
Hex 88 6C 5E 0 15 1F 2F 14 12 2D
Octal 210 154 136 0 25 37 57 24 22 55
Binary 10001000 1101100 1011110 0 10101 11111 101111 10100 10010 101101

Color Harmonies of #886C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886C5E

Black with #886C5E

Text Example


Text Example

White with #886C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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