Html Css Color HEX #8E695D Beaver

📋 copy color: '#8E695D'

red 142 ◦ green 105 ◦ blue 93

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

Shades of Beaver #8E695D

Tints of Beaver #8E695D

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 value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E695D (or 0x8E695D) is known color: 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

RGB 142 105 93 -
CMYK 0 0.26 0.35 0.44
HSL 14.69º 0.21% 0.46% -
HSV(B) 14.69º 0.35% 0.56% -
XYZ 18.18 16.64 12.61 -
YUV 114.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 142 105 93 0 0.26 0.35 0.44 14.69 0.21 0.46
Hex 8E 69 5D 0 1A 23 2C F 15 2E
Octal 216 151 135 0 32 43 54 17 25 56
Binary 10001110 1101001 1011101 0 11010 100011 101100 1111 10101 101110

Color Harmonies of #8E695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E695D

Black with #8E695D

Text Example


Text Example

White with #8E695D

Text Example


Text Example

HTML Codes & Css Web 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>