#B68064

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

Shades of Medium Wood #B68064

Tints of Medium Wood #B68064

Color information

#B68064 (or 0xB68064) is unknown color: approx Medium Wood. HEX triplet: B6, 80 and 64. RGB value is (182,128,100). Sum of RGB (Red+Green+Blue) = 182+128+100=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B68064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68064 is #497F9B. Grayscale: #8D8D8D. Windows color (decimal): -4816796 or 6586550. OLE color: 6586550.

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

Color convert

RGB182128100-
CMYK00.300.450.29
HSL20.49º35.96%55.29%-
HSV(B)20.49º45.05%71.37%-
XYZ29.3126.315.59-
YUV140.95104.89157.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=44.39%
G=31.22%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212810000.300.450.2920.4935.9655.29
HexB6806401E2D1D142437
Octal2662001440365535244467
Binary101101101000000011001000111101011011110110100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68064; }

 p { color: rgb(182,128,100); }

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

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

 a { background-color: rgb(182,128,100); }

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

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

 span { border-color: rgb(182,128,100); }

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