#8C7466

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

Shades of Beaver #8C7466

Tints of Beaver #8C7466

Color information

#8C7466 (or 0x8C7466) is unknown color: approx Beaver. HEX triplet: 8C, 74 and 66. RGB value is (140,116,102). Sum of RGB (Red+Green+Blue) = 140+116+102=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7466 is #738B99. Grayscale: #797979. Windows color (decimal): -7572378 or 6714508. OLE color: 6714508.

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

Color convert

RGB140116102-
CMYK00.170.270.45
HSL22.11º15.7%47.45%-
HSV(B)22.11º27.14%54.9%-
XYZ19.4619.0315.22-
YUV121.58116.95141.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.11%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=39.11%
G=32.40%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011610200.170.270.4522.1115.747.45
Hex8C74660111B2D16102f
Octal2141641460213355262057
Binary1000110011101001100110010001110111011011011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,116,102); }

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

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

 a { background-color: rgb(140,116,102); }

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

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

 span { border-color: rgb(140,116,102); }

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