#B68A69

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

Shades of Medium Wood #B68A69

Tints of Medium Wood #B68A69

Color information

#B68A69 (or 0xB68A69) is unknown color: approx Medium Wood. HEX triplet: B6, 8A and 69. RGB value is (182,138,105). Sum of RGB (Red+Green+Blue) = 182+138+105=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A69 is #497596. Grayscale: #939393. Windows color (decimal): -4814231 or 6916790. OLE color: 6916790.

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

Color convert

RGB182138105-
CMYK00.240.420.29
HSL25.71º34.53%56.27%-
HSV(B)25.71º42.31%71.37%-
XYZ30.9329.1417.36-
YUV147.39104.08152.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=42.82%
G=32.47%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213810500.240.420.2925.7134.5356.27
HexB68A690182A1D1a2338
Octal2662121510305235324370
Binary101101101000101011010010110001010101110111010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A69; }

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

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

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

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

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

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

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

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