Html Css Color HEX #886E61 Beaver

📋 copy color: '#886E61'

red 136 ◦ green 110 ◦ blue 97

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

Shades of Beaver #886E61

Tints of Beaver #886E61

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.07%

 BLUE value IS 97 (38.28% from 255) = 28.28%

R = 39.65%
G = 32.07%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#886E61 (or 0x886E61) is known color: Beaver. HEX triplet: 88, 6E and 61. RGB value is (136,110,97). Sum of RGB (Red+Green+Blue) = 136+110+97=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #886E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E61 is #77919E. Grayscale: #747474. Windows color (decimal): -7836063 or 6385288. OLE color: 6385288.

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

Color convert

RGB 136 110 97 -
CMYK 0 0.19 0.29 0.47
HSL 20º 0.17% 0.46% -
HSV(B) 20º 0.29% 0.53% -
XYZ 17.89 17.25 13.7 -
YUV 116.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 136 110 97 0 0.19 0.29 0.47 20 0.17 0.46
Hex 88 6E 61 0 13 1D 2F 14 11 2E
Octal 210 156 141 0 23 35 57 24 21 56
Binary 10001000 1101110 1100001 0 10011 11101 101111 10100 10001 101110

Color Harmonies of #886E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E61

Black with #886E61

Text Example


Text Example

White with #886E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,110,97); }

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

background-color css

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

 a { background-color: rgb(136,110,97); }

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

border-color css

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

 span { border-color: rgb(136,110,97); }

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