#B68663

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

Shades of Medium Wood #B68663

Tints of Medium Wood #B68663

Color information

#B68663 (or 0xB68663) is unknown color: approx Medium Wood. HEX triplet: B6, 86 and 63. RGB value is (182,134,99). Sum of RGB (Red+Green+Blue) = 182+134+99=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B68663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68663 is #49799C. Grayscale: #909090. Windows color (decimal): -4815261 or 6522550. OLE color: 6522550.

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

Color convert

RGB18213499-
CMYK00.260.460.29
HSL25.3º36.24%55.1%-
HSV(B)25.3º45.6%71.37%-
XYZ30.0727.915.6-
YUV144.36102.4154.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 99 (39.06% from 255) = 23.86%
R=43.86%
G=32.29%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821349900.260.460.2925.336.2455.1
HexB6866301A2E1D192437
Octal2662061430325635314467
Binary101101101000011011000110110101011101110111001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68663; }

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

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

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

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

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

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

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

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