Html Css Color HEX #886B5E Beaver

📋 copy color: '#886B5E'

red 136 ◦ green 107 ◦ blue 94

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

Shades of Beaver #886B5E

Tints of Beaver #886B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.75%

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

R = 40.36%
G = 31.75%
B = 27.89%

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

#886B5E (or 0x886B5E) is known color: Beaver. HEX triplet: 88, 6B and 5E. RGB value is (136,107,94). Sum of RGB (Red+Green+Blue) = 136+107+94=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #886B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B5E is #7794A1. Grayscale: #727272. Windows color (decimal): -7836834 or 6187912. OLE color: 6187912.

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

Color convert

RGB 136 107 94 -
CMYK 0 0.21 0.31 0.47
HSL 18.57º 0.18% 0.45% -
HSV(B) 18.57º 0.31% 0.53% -
XYZ 17.43 16.56 12.87 -
YUV 114.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 136 107 94 0 0.21 0.31 0.47 18.57 0.18 0.45
Hex 88 6B 5E 0 15 1F 2F 13 12 2D
Octal 210 153 136 0 25 37 57 23 22 55
Binary 10001000 1101011 1011110 0 10101 11111 101111 10011 10010 101101

Color Harmonies of #886B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B5E

Black with #886B5E

Text Example


Text Example

White with #886B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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