#B67D61

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

Shades of Medium Wood #B67D61

Tints of Medium Wood #B67D61

Color information

#B67D61 (or 0xB67D61) is unknown color: approx Medium Wood. HEX triplet: B6, 7D and 61. RGB value is (182,125,97). Sum of RGB (Red+Green+Blue) = 182+125+97=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D61 is #49829E. Grayscale: #8B8B8B. Windows color (decimal): -4817567 or 6389174. OLE color: 6389174.

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

Color convert

RGB18212597-
CMYK00.310.470.29
HSL19.76º36.8%54.71%-
HSV(B)19.76º46.7%71.37%-
XYZ28.7825.4814.71-
YUV138.85104.38158.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=45.05%
G=30.94%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821259700.310.470.2919.7636.854.71
HexB67D6101F2F1D142537
Octal2661751410375735244567
Binary10110110111110111000010111111011111110110100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D61; }

 p { color: rgb(182,125,97); }

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

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

 a { background-color: rgb(182,125,97); }

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

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

 span { border-color: rgb(182,125,97); }

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