#B68762

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

Shades of Medium Wood #B68762

Tints of Medium Wood #B68762

Color information

#B68762 (or 0xB68762) is unknown color: approx Medium Wood. HEX triplet: B6, 87 and 62. RGB value is (182,135,98). Sum of RGB (Red+Green+Blue) = 182+135+98=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B68762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68762 is #49789D. Grayscale: #919191. Windows color (decimal): -4815006 or 6457270. OLE color: 6457270.

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

Color convert

RGB18213598-
CMYK00.260.460.29
HSL26.43º36.52%54.9%-
HSV(B)26.43º46.15%71.37%-
XYZ30.1628.1515.4-
YUV144.83101.57154.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=43.86%
G=32.53%
B=23.61%

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
Decimal1821359800.260.460.2926.4336.5254.9
HexB6876201A2E1D1a2537
Octal2662071420325635324567
Binary101101101000011111000100110101011101110111010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68762; }

 p { color: rgb(182,135,98); }

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

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

 a { background-color: rgb(182,135,98); }

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

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

 span { border-color: rgb(182,135,98); }

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