#B68869

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

Shades of Medium Wood #B68869

Tints of Medium Wood #B68869

Color information

#B68869 (or 0xB68869) is unknown color: approx Medium Wood. HEX triplet: B6, 88 and 69. RGB value is (182,136,105). Sum of RGB (Red+Green+Blue) = 182+136+105=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B68869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68869 is #497796. Grayscale: #929292. Windows color (decimal): -4814743 or 6916278. OLE color: 6916278.

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

Color convert

RGB182136105-
CMYK00.250.420.29
HSL24.16º34.53%56.27%-
HSV(B)24.16º42.31%71.37%-
XYZ30.6528.5717.26-
YUV146.22104.74153.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=43.03%
G=32.15%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213610500.250.420.2924.1634.5356.27
HexB688690192A1D182338
Octal2662101510315235304370
Binary101101101000100011010010110011010101110111000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68869; }

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

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

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

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

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

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

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

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