Html Css Color HEX #8D6C5E Beaver

📋 copy color: '#8D6C5E'

red 141 ◦ green 108 ◦ blue 94

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

Shades of Beaver #8D6C5E

Tints of Beaver #8D6C5E

RGB

 RED value IS 141 (55.47% from 255) = 41.11%

 GREEN value IS 108 (42.58% from 255) = 31.49%

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 41.11%
G = 31.49%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D6C5E (or 0x8D6C5E) is known color: Beaver. HEX triplet: 8D, 6C and 5E. RGB value is (141,108,94). Sum of RGB (Red+Green+Blue) = 141+108+94=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6C5E is #7293A1. Grayscale: #747474. Windows color (decimal): -7508898 or 6188173. OLE color: 6188173.

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

Color convert

RGB 141 108 94 -
CMYK 0 0.23 0.33 0.45
HSL 17.87º 0.2% 0.46% -
HSV(B) 17.87º 0.33% 0.55% -
XYZ 18.37 17.2 12.94 -
YUV 116.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 141 108 94 0 0.23 0.33 0.45 17.87 0.2 0.46
Hex 8D 6C 5E 0 17 21 2D 12 14 2E
Octal 215 154 136 0 27 41 55 22 24 56
Binary 10001101 1101100 1011110 0 10111 100001 101101 10010 10100 101110

Color Harmonies of #8D6C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6C5E

Black with #8D6C5E

Text Example


Text Example

White with #8D6C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,108,94); }

 H1.HeaderClassName
 {
   color: #8D6C5E;
 }
 .AnyTagClassName
 {
   color: #8D6C5E;
 }
</style>

background-color css

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

 a { background-color: rgb(141,108,94); }

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

border-color css

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

 span { border-color: rgb(141,108,94); }

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