#8C7469

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

Shades of Beaver #8C7469

Tints of Beaver #8C7469

Color information

#8C7469 (or 0x8C7469) is unknown color: approx Beaver. HEX triplet: 8C, 74 and 69. RGB value is (140,116,105). Sum of RGB (Red+Green+Blue) = 140+116+105=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7469 is #738B96. Grayscale: #797979. Windows color (decimal): -7572375 or 6911116. OLE color: 6911116.

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

Color convert

RGB140116105-
CMYK00.170.250.45
HSL18.86º14.29%48.04%-
HSV(B)18.86º25%54.9%-
XYZ19.6119.0916.02-
YUV121.92118.45140.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=38.78%
G=32.13%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011610500.170.250.4518.8614.2948.04
Hex8C7469011192D13e30
Octal2141641510213155231660
Binary100011001110100110100101000111001101101100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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