#8C7061

Color #8C7061 Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #8C7061

Tints of Beaver #8C7061

Color information

#8C7061 (or 0x8C7061) is unknown color: approx Beaver. HEX triplet: 8C, 70 and 61. RGB value is (140,112,97). Sum of RGB (Red+Green+Blue) = 140+112+97=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7061 is #738F9E. Grayscale: #767676. Windows color (decimal): -7573407 or 6385804. OLE color: 6385804.

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

Color convert

RGB14011297-
CMYK00.200.310.45
HSL20.93º18.14%46.47%-
HSV(B)20.93º30.71%54.9%-
XYZ18.7718.0313.8-
YUV118.66115.78143.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.11%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=40.11%
G=32.09%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401129700.200.310.4520.9318.1446.47
Hex8C70610141F2D15122e
Octal2141601410243755252256
Binary1000110011100001100001010100111111011011010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,112,97); }

 H1.HeaderClassName
 {
   color: #8C7061;
 }
 .AnyTagClassName
 {
   color: #8C7061;
 }
</style>
background-color css

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

 a { background-color: rgb(140,112,97); }

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

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

 span { border-color: rgb(140,112,97); }

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