#8D695B

Color #8D695B Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #8D695B

Tints of Beaver #8D695B

Color information

#8D695B (or 0x8D695B) is unknown color: approx Beaver. HEX triplet: 8D, 69 and 5B. RGB value is (141,105,91). Sum of RGB (Red+Green+Blue) = 141+105+91=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D695B is #7296A4. Grayscale: #727272. Windows color (decimal): -7509669 or 5990797. OLE color: 5990797.

HSL color Cylindrical-coordinate representation of color #8D695B: hue angle of 16.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D695B is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB14110591-
CMYK00.260.350.45
HSL16.8º21.55%45.49%-
HSV(B)16.8º35.46%55.29%-
XYZ17.9216.5212.14-
YUV114.17114.93147.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=41.84%
G=31.16%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411059100.260.350.4516.821.5545.49
Hex8D695B01A232D11162d
Octal2151511330324355212655
Binary10001101110100110110110110101000111011011000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D695B; }

 p { color: rgb(141,105,91); }

 H1.HeaderClassName
 {
   color: #8D695B;
 }
 .AnyTagClassName
 {
   color: #8D695B;
 }
</style>
background-color css

<style>
 a { background-color: #8D695B; }

 a { background-color: rgb(141,105,91); }

 div.DivClassName
 {
   background-color: #8D695B;
 }
 .BgClassName
 {
   background-color: #8D695B;
 }
</style>
border-color css

<style>
 span { border-color: #8D695B; }

 span { border-color: rgb(141,105,91); }

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