#8B6B61

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

Shades of Beaver #8B6B61

Tints of Beaver #8B6B61

Color information

#8B6B61 (or 0x8B6B61) is unknown color: approx Beaver. HEX triplet: 8B, 6B and 61. RGB value is (139,107,97). Sum of RGB (Red+Green+Blue) = 139+107+97=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B61 is #74949E. Grayscale: #737373. Windows color (decimal): -7640223 or 6384523. OLE color: 6384523.

HSL color Cylindrical-coordinate representation of color #8B6B61: hue angle of 14.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B6B61 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB13910797-
CMYK00.230.300.45
HSL14.29º17.8%46.27%-
HSV(B)14.29º30.22%54.51%-
XYZ18.0616.8713.61-
YUV115.43117.6144.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=40.52%
G=31.20%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391079700.230.300.4514.2917.846.27
Hex8B6B610171E2De122e
Octal2131531410273655162256
Binary100010111101011110000101011111110101101111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,107,97); }

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

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

 a { background-color: rgb(139,107,97); }

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

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

 span { border-color: rgb(139,107,97); }

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