#b6866b

Color #B6866B Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B6866B

Tints of Medium Wood #B6866B

Color information

#B6866B (or 0xB6866B) is unknown color: approx Medium Wood. HEX triplet: B6, 86 and 6B. RGB value is (182,134,107). Sum of RGB (Red+Green+Blue) = 182+134+107=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6866B is #497994. Grayscale: #919191. Windows color (decimal): -4815253 or 7046838. OLE color: 7046838.

HSL color Cylindrical-coordinate representation of color #B6866B: hue angle of 21.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6866B is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182134107-
CMYK00.260.410.29
HSL21.6º33.94%56.67%-
HSV(B)21.6º41.21%71.37%-
XYZ30.4728.0617.72-
YUV145.27106.4154.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 107 (42.19% from 255) = 25.30%
R=43.03%
G=31.68%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213410700.260.410.2921.633.9456.67
HexB6866B01A291D162239
Octal2662061530325135264271
Binary101101101000011011010110110101010011110110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6866b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6866b; }

 p { color: rgb(182,134,107); }

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

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

 a { background-color: rgb(182,134,107); }

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

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

 span { border-color: rgb(182,134,107); }

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