Html Css Color HEX #886F60 Beaver

📋 copy color: '#886F60'

red 136 ◦ green 111 ◦ blue 96

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

Shades of Beaver #886F60

Tints of Beaver #886F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

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

R = 39.65%
G = 32.36%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#886F60 (or 0x886F60) is known color: Beaver. HEX triplet: 88, 6F and 60. RGB value is (136,111,96). Sum of RGB (Red+Green+Blue) = 136+111+96=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #886F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F60 is #77909F. Grayscale: #747474. Windows color (decimal): -7835808 or 6320008. OLE color: 6320008.

HSL color Cylindrical-coordinate representation of color #886F60: hue angle of 22.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 #886F60 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 111 96 -
CMYK 0 0.18 0.29 0.47
HSL 22.5º 0.17% 0.45% -
HSV(B) 22.5º 0.29% 0.53% -
XYZ 17.95 17.45 13.49 -
YUV 116.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 136 111 96 0 0.18 0.29 0.47 22.5 0.17 0.45
Hex 88 6F 60 0 12 1D 2F 16 11 2D
Octal 210 157 140 0 22 35 57 26 21 55
Binary 10001000 1101111 1100000 0 10010 11101 101111 10110 10001 101101

Color Harmonies of #886F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F60

Black with #886F60

Text Example


Text Example

White with #886F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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