Html Css Color HEX #886D60 Beaver

📋 copy color: '#886D60'

red 136 ◦ green 109 ◦ blue 96

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

Shades of Beaver #886D60

Tints of Beaver #886D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.96%

 BLUE value IS 96 (37.89% from 255) = 28.15%

R = 39.88%
G = 31.96%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#886D60 (or 0x886D60) is known color: Beaver. HEX triplet: 88, 6D and 60. RGB value is (136,109,96). Sum of RGB (Red+Green+Blue) = 136+109+96=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #886D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D60 is #77929F. Grayscale: #737373. Windows color (decimal): -7836320 or 6319496. OLE color: 6319496.

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

Color convert

RGB 136 109 96 -
CMYK 0 0.20 0.29 0.47
HSL 19.5º 0.17% 0.45% -
HSV(B) 19.5º 0.29% 0.53% -
XYZ 17.73 17.02 13.42 -
YUV 115.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 136 109 96 0 0.20 0.29 0.47 19.5 0.17 0.45
Hex 88 6D 60 0 14 1D 2F 14 11 2D
Octal 210 155 140 0 24 35 57 24 21 55
Binary 10001000 1101101 1100000 0 10100 11101 101111 10100 10001 101101

Color Harmonies of #886D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D60

Black with #886D60

Text Example


Text Example

White with #886D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,109,96); }

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

background-color css

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

 a { background-color: rgb(136,109,96); }

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

border-color css

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

 span { border-color: rgb(136,109,96); }

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