#8D695C

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

Shades of Beaver #8D695C

Tints of Beaver #8D695C

Color information

#8D695C (or 0x8D695C) is unknown color: approx Beaver. HEX triplet: 8D, 69 and 5C. RGB value is (141,105,92). Sum of RGB (Red+Green+Blue) = 141+105+92=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D695C is #7296A3. Grayscale: #727272. Windows color (decimal): -7509668 or 6056333. OLE color: 6056333.

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

Color convert

RGB14110592-
CMYK00.260.350.45
HSL15.92º21.03%45.69%-
HSV(B)15.92º34.75%55.29%-
XYZ17.9716.5412.37-
YUV114.28115.43147.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.72%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=41.72%
G=31.07%
B=27.22%

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
Decimal1411059200.260.350.4515.9221.0345.69
Hex8D695C01A232D10152e
Octal2151511340324355202556
Binary10001101110100110111000110101000111011011000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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