#B68662

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

Shades of Medium Wood #B68662

Tints of Medium Wood #B68662

Color information

#B68662 (or 0xB68662) is unknown color: approx Medium Wood. HEX triplet: B6, 86 and 62. RGB value is (182,134,98). Sum of RGB (Red+Green+Blue) = 182+134+98=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B68662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68662 is #49799D. Grayscale: #909090. Windows color (decimal): -4815262 or 6457014. OLE color: 6457014.

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

Color convert

RGB18213498-
CMYK00.260.460.29
HSL25.71º36.52%54.9%-
HSV(B)25.71º46.15%71.37%-
XYZ30.0227.8815.35-
YUV144.25101.9154.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=43.96%
G=32.37%
B=23.67%

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
Decimal1821349800.260.460.2925.7136.5254.9
HexB6866201A2E1D1a2537
Octal2662061420325635324567
Binary101101101000011011000100110101011101110111010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68662; }

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

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

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

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

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

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

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

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