#8B6D5B

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

Shades of Beaver #8B6D5B

Tints of Beaver #8B6D5B

Color information

#8B6D5B (or 0x8B6D5B) is unknown color: approx Beaver. HEX triplet: 8B, 6D and 5B. RGB value is (139,109,91). Sum of RGB (Red+Green+Blue) = 139+109+91=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D5B is #7492A4. Grayscale: #747474. Windows color (decimal): -7639717 or 5991819. OLE color: 5991819.

HSL color Cylindrical-coordinate representation of color #8B6D5B: hue angle of 22.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B6D5B is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB13910991-
CMYK00.220.350.45
HSL22.5º20.87%45.1%-
HSV(B)22.5º34.53%54.51%-
XYZ1817.1812.26-
YUV115.92113.94144.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=41.00%
G=32.15%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391099100.220.350.4522.520.8745.1
Hex8B6D5B016232D16152d
Octal2131551330264355262555
Binary10001011110110110110110101101000111011011011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,109,91); }

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

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

 a { background-color: rgb(139,109,91); }

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

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

 span { border-color: rgb(139,109,91); }

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