#B68360

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

Shades of Medium Wood #B68360

Tints of Medium Wood #B68360

Color information

#B68360 (or 0xB68360) is unknown color: approx Medium Wood. HEX triplet: B6, 83 and 60. RGB value is (182,131,96). Sum of RGB (Red+Green+Blue) = 182+131+96=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B68360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68360 is #497C9F. Grayscale: #8E8E8E. Windows color (decimal): -4816032 or 6325174. OLE color: 6325174.

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

Color convert

RGB18213196-
CMYK00.280.470.29
HSL24.42º37.07%54.51%-
HSV(B)24.42º47.25%71.37%-
XYZ29.5227.0214.73-
YUV142.26101.9156.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=44.50%
G=32.03%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821319600.280.470.2924.4237.0754.51
HexB6836001C2F1D182537
Octal2662031400345735304567
Binary101101101000001111000000111001011111110111000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68360; }

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

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

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

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

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

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

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

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