#8B6F66

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

Shades of Beaver #8B6F66

Tints of Beaver #8B6F66

Color information

#8B6F66 (or 0x8B6F66) is unknown color: approx Beaver. HEX triplet: 8B, 6F and 66. RGB value is (139,111,102). Sum of RGB (Red+Green+Blue) = 139+111+102=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F66 is #749099. Grayscale: #767676. Windows color (decimal): -7639194 or 6713227. OLE color: 6713227.

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

Color convert

RGB139111102-
CMYK00.200.270.45
HSL14.59º15.35%47.25%-
HSV(B)14.59º26.62%54.51%-
XYZ18.7317.8215.02-
YUV118.35118.78142.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=39.49%
G=31.53%
B=28.98%

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
Decimal13911110200.200.270.4514.5915.3547.25
Hex8B6F660141B2Dff2f
Octal2131571460243355171757
Binary10001011110111111001100101001101110110111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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