#B68563

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

Shades of Medium Wood #B68563

Tints of Medium Wood #B68563

Color information

#B68563 (or 0xB68563) is unknown color: approx Medium Wood. HEX triplet: B6, 85 and 63. RGB value is (182,133,99). Sum of RGB (Red+Green+Blue) = 182+133+99=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B68563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68563 is #497A9C. Grayscale: #8F8F8F. Windows color (decimal): -4815517 or 6522294. OLE color: 6522294.

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

Color convert

RGB18213399-
CMYK00.270.460.29
HSL24.58º36.24%55.1%-
HSV(B)24.58º45.6%71.37%-
XYZ29.9327.6215.56-
YUV143.78102.73155.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 99 (39.06% from 255) = 23.91%
R=43.96%
G=32.13%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821339900.270.460.2924.5836.2455.1
HexB6856301B2E1D192437
Octal2662051430335635314467
Binary101101101000010111000110110111011101110111001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68563; }

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

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

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

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

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

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

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

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