#8C7060

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

Shades of Beaver #8C7060

Tints of Beaver #8C7060

Color information

#8C7060 (or 0x8C7060) is unknown color: approx Beaver. HEX triplet: 8C, 70 and 60. RGB value is (140,112,96). Sum of RGB (Red+Green+Blue) = 140+112+96=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7060 is #738F9F. Grayscale: #767676. Windows color (decimal): -7573408 or 6320268. OLE color: 6320268.

HSL color Cylindrical-coordinate representation of color #8C7060: hue angle of 21.82º degrees, saturation: 0.19, 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 #8C7060 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB14011296-
CMYK00.200.310.45
HSL21.82º18.64%46.27%-
HSV(B)21.82º31.43%54.9%-
XYZ18.7218.0113.56-
YUV118.55115.28143.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=40.23%
G=32.18%
B=27.59%

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
Decimal1401129600.200.310.4521.8218.6446.27
Hex8C70600141F2D16132e
Octal2141601400243755262356
Binary1000110011100001100000010100111111011011011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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