Html Css Color HEX #8D695B Beaver

📋 copy color: '#8D695B'

red 141 ◦ green 105 ◦ blue 91

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

Shades of Beaver #8D695B

Tints of Beaver #8D695B

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%

R = 41.84%
G = 31.16%
B = 27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

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

RGB 141 105 91 -
CMYK 0 0.26 0.35 0.45
HSL 16.8º 0.22% 0.45% -
HSV(B) 16.8º 0.35% 0.55% -
XYZ 17.92 16.52 12.14 -
YUV 114.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 141 105 91 0 0.26 0.35 0.45 16.8 0.22 0.45
Hex 8D 69 5B 0 1A 23 2D 11 16 2D
Octal 215 151 133 0 32 43 55 21 26 55
Binary 10001101 1101001 1011011 0 11010 100011 101101 10001 10110 101101

Color Harmonies of #8D695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D695B

Black with #8D695B

Text Example


Text Example

White with #8D695B

Text Example


Text Example

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