Html Css Color HEX #8D6F62 Beaver

📋 copy color: '#8D6F62'

red 141 ◦ green 111 ◦ blue 98

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

Shades of Beaver #8D6F62

Tints of Beaver #8D6F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28%

R = 40.29%
G = 31.71%
B = 28%

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

#8D6F62 (or 0x8D6F62) is known color: Beaver. HEX triplet: 8D, 6F and 62. RGB value is (141,111,98). Sum of RGB (Red+Green+Blue) = 141+111+98=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6F62 is #72909D. Grayscale: #767676. Windows color (decimal): -7508126 or 6451085. OLE color: 6451085.

HSL color Cylindrical-coordinate representation of color #8D6F62: hue angle of 18.14º degrees, saturation: 0.18, 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 #8D6F62 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 111 98 -
CMYK 0 0.21 0.30 0.45
HSL 18.14º 0.18% 0.47% -
HSV(B) 18.14º 0.3% 0.55% -
XYZ 18.87 17.91 14.02 -
YUV 118.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 141 111 98 0 0.21 0.30 0.45 18.14 0.18 0.47
Hex 8D 6F 62 0 15 1E 2D 12 12 2F
Octal 215 157 142 0 25 36 55 22 22 57
Binary 10001101 1101111 1100010 0 10101 11110 101101 10010 10010 101111

Color Harmonies of #8D6F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6F62

Black with #8D6F62

Text Example


Text Example

White with #8D6F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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