#B68062

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

Shades of Medium Wood #B68062

Tints of Medium Wood #B68062

Color information

#B68062 (or 0xB68062) is unknown color: approx Medium Wood. HEX triplet: B6, 80 and 62. RGB value is (182,128,98). Sum of RGB (Red+Green+Blue) = 182+128+98=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B68062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68062 is #497F9D. Grayscale: #8C8C8C. Windows color (decimal): -4816798 or 6455478. OLE color: 6455478.

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

Color convert

RGB18212898-
CMYK00.300.460.29
HSL21.43º36.52%54.9%-
HSV(B)21.43º46.15%71.37%-
XYZ29.2226.2715.09-
YUV140.73103.89157.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 98 (38.67% from 255) = 24.02%
R=44.61%
G=31.37%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821289800.300.460.2921.4336.5254.9
HexB6806201E2E1D152537
Octal2662001420365635254567
Binary101101101000000011000100111101011101110110101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68062; }

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

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

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

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

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

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

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

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