#B68766

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

Shades of Medium Wood #B68766

Tints of Medium Wood #B68766

Color information

#B68766 (or 0xB68766) is unknown color: approx Medium Wood. HEX triplet: B6, 87 and 66. RGB value is (182,135,102). Sum of RGB (Red+Green+Blue) = 182+135+102=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B68766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68766 is #497899. Grayscale: #919191. Windows color (decimal): -4815002 or 6719414. OLE color: 6719414.

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

Color convert

RGB182135102-
CMYK00.260.440.29
HSL24.75º35.4%55.69%-
HSV(B)24.75º43.96%71.37%-
XYZ30.3528.2316.42-
YUV145.29103.57154.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 135 (53.12% from 255) = 32.22%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=43.44%
G=32.22%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213510200.260.440.2924.7535.455.69
HexB6876601A2C1D192338
Octal2662071460325435314370
Binary101101101000011111001100110101011001110111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68766; }

 p { color: rgb(182,135,102); }

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

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

 a { background-color: rgb(182,135,102); }

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

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

 span { border-color: rgb(182,135,102); }

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