#B68363

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

Shades of Medium Wood #B68363

Tints of Medium Wood #B68363

Color information

#B68363 (or 0xB68363) is unknown color: approx Medium Wood. HEX triplet: B6, 83 and 63. RGB value is (182,131,99). Sum of RGB (Red+Green+Blue) = 182+131+99=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B68363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68363 is #497C9C. Grayscale: #8E8E8E. Windows color (decimal): -4816029 or 6521782. OLE color: 6521782.

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

Color convert

RGB18213199-
CMYK00.280.460.29
HSL23.13º36.24%55.1%-
HSV(B)23.13º45.6%71.37%-
XYZ29.6627.0815.47-
YUV142.6103.4156.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 99 (39.06% from 255) = 24.03%
R=44.17%
G=31.80%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821319900.280.460.2923.1336.2455.1
HexB6836301C2E1D172437
Octal2662031430345635274467
Binary101101101000001111000110111001011101110110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68363; }

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

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

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

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

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

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

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

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