Html Css Color HEX #8D6F63 Beaver

📋 copy color: '#8D6F63'

red 141 ◦ green 111 ◦ blue 99

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

Shades of Beaver #8D6F63

Tints of Beaver #8D6F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 99 (39.06% from 255) = 28.21%

R = 40.17%
G = 31.62%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D6F63 (or 0x8D6F63) is known color: Beaver. HEX triplet: 8D, 6F and 63. RGB value is (141,111,99). Sum of RGB (Red+Green+Blue) = 141+111+99=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6F63 is #72909C. Grayscale: #767676. Windows color (decimal): -7508125 or 6516621. OLE color: 6516621.

HSL color Cylindrical-coordinate representation of color #8D6F63: hue angle of 17.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6F63 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 111 99 -
CMYK 0 0.21 0.30 0.45
HSL 17.14º 0.18% 0.47% -
HSV(B) 17.14º 0.3% 0.55% -
XYZ 18.92 17.93 14.27 -
YUV 118.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 141 111 99 0 0.21 0.30 0.45 17.14 0.18 0.47
Hex 8D 6F 63 0 15 1E 2D 11 12 2F
Octal 215 157 143 0 25 36 55 21 22 57
Binary 10001101 1101111 1100011 0 10101 11110 101101 10001 10010 101111

Color Harmonies of #8D6F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6F63

Black with #8D6F63

Text Example


Text Example

White with #8D6F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,111,99); }

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

background-color css

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

 a { background-color: rgb(141,111,99); }

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

border-color css

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

 span { border-color: rgb(141,111,99); }

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