Html Css Color HEX #886E65 Beaver

📋 copy color: '#886E65'

red 136 ◦ green 110 ◦ blue 101

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

Shades of Beaver #886E65

Tints of Beaver #886E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.11%

R = 39.19%
G = 31.7%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#886E65 (or 0x886E65) is known color: Beaver. HEX triplet: 88, 6E and 65. RGB value is (136,110,101). Sum of RGB (Red+Green+Blue) = 136+110+101=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #886E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E65 is #77919A. Grayscale: #747474. Windows color (decimal): -7836059 or 6647432. OLE color: 6647432.

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

Color convert

RGB 136 110 101 -
CMYK 0 0.19 0.26 0.47
HSL 15.43º 0.15% 0.46% -
HSV(B) 15.43º 0.26% 0.53% -
XYZ 18.08 17.33 14.7 -
YUV 116.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 136 110 101 0 0.19 0.26 0.47 15.43 0.15 0.46
Hex 88 6E 65 0 13 1A 2F F F 2E
Octal 210 156 145 0 23 32 57 17 17 56
Binary 10001000 1101110 1100101 0 10011 11010 101111 1111 1111 101110

Color Harmonies of #886E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E65

Black with #886E65

Text Example


Text Example

White with #886E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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