#B68866

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

Shades of Medium Wood #B68866

Tints of Medium Wood #B68866

Color information

#B68866 (or 0xB68866) is unknown color: approx Medium Wood. HEX triplet: B6, 88 and 66. RGB value is (182,136,102). Sum of RGB (Red+Green+Blue) = 182+136+102=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B68866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68866 is #497799. Grayscale: #929292. Windows color (decimal): -4814746 or 6719670. OLE color: 6719670.

HSL color Cylindrical-coordinate representation of color #B68866: hue angle of 25.5º 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 #B68866 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB182136102-
CMYK00.250.440.29
HSL25.5º35.4%55.69%-
HSV(B)25.5º43.96%71.37%-
XYZ30.4928.5116.47-
YUV145.88103.24153.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=43.33%
G=32.38%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213610200.250.440.2925.535.455.69
HexB688660192C1D1a2338
Octal2662101460315435324370
Binary101101101000100011001100110011011001110111010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68866; }

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

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

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

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

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

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

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

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