Html Css Color HEX #886E5E Beaver

📋 copy color: '#886E5E'

red 136 ◦ green 110 ◦ blue 94

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

Shades of Beaver #886E5E

Tints of Beaver #886E5E

RGB

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

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

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

R = 40%
G = 32.35%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#886E5E (or 0x886E5E) is known color: Beaver. HEX triplet: 88, 6E and 5E. RGB value is (136,110,94). Sum of RGB (Red+Green+Blue) = 136+110+94=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #886E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E5E is #7791A1. Grayscale: #747474. Windows color (decimal): -7836066 or 6188680. OLE color: 6188680.

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

Color convert

RGB 136 110 94 -
CMYK 0 0.19 0.31 0.47
HSL 22.86º 0.18% 0.45% -
HSV(B) 22.86º 0.31% 0.53% -
XYZ 17.75 17.19 12.97 -
YUV 115.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 136 110 94 0 0.19 0.31 0.47 22.86 0.18 0.45
Hex 88 6E 5E 0 13 1F 2F 17 12 2D
Octal 210 156 136 0 23 37 57 27 22 55
Binary 10001000 1101110 1011110 0 10011 11111 101111 10111 10010 101101

Color Harmonies of #886E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E5E

Black with #886E5E

Text Example


Text Example

White with #886E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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