#8E695D

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

Shades of Beaver #8E695D

Tints of Beaver #8E695D

Color information

#8E695D (or 0x8E695D) is unknown color: approx Beaver. HEX triplet: 8E, 69 and 5D. RGB value is (142,105,93). Sum of RGB (Red+Green+Blue) = 142+105+93=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E695D is #7196A2. Grayscale: #727272. Windows color (decimal): -7444131 or 6121870. OLE color: 6121870.

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

Color convert

RGB14210593-
CMYK00.260.350.44
HSL14.69º20.85%46.08%-
HSV(B)14.69º34.51%55.69%-
XYZ18.1816.6412.61-
YUV114.7115.76147.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.76%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=41.76%
G=30.88%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421059300.260.350.4414.6920.8546.08
Hex8E695D01A232Cf152e
Octal2161511350324354172556
Binary1000111011010011011101011010100011101100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,105,93); }

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

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

 a { background-color: rgb(142,105,93); }

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

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

 span { border-color: rgb(142,105,93); }

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