#8B6F65

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

Shades of Beaver #8B6F65

Tints of Beaver #8B6F65

Color information

#8B6F65 (or 0x8B6F65) is unknown color: approx Beaver. HEX triplet: 8B, 6F and 65. RGB value is (139,111,101). Sum of RGB (Red+Green+Blue) = 139+111+101=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F65 is #74909A. Grayscale: #767676. Windows color (decimal): -7639195 or 6647691. OLE color: 6647691.

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

Color convert

RGB139111101-
CMYK00.200.270.45
HSL15.79º15.83%47.06%-
HSV(B)15.79º27.34%54.51%-
XYZ18.6817.814.76-
YUV118.23118.28142.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 101 (39.84% from 255) = 28.77%
R=39.60%
G=31.62%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911110100.200.270.4515.7915.8347.06
Hex8B6F650141B2D10102f
Octal2131571450243355202057
Binary1000101111011111100101010100110111011011000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,101); }

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

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

 a { background-color: rgb(139,111,101); }

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

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

 span { border-color: rgb(139,111,101); }

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