#B67A61

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

Shades of Medium Wood #B67A61

Tints of Medium Wood #B67A61

Color information

#B67A61 (or 0xB67A61) is unknown color: approx Medium Wood. HEX triplet: B6, 7A and 61. RGB value is (182,122,97). Sum of RGB (Red+Green+Blue) = 182+122+97=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A61 is #49859E. Grayscale: #898989. Windows color (decimal): -4818335 or 6388406. OLE color: 6388406.

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

Color convert

RGB18212297-
CMYK00.330.470.29
HSL17.65º36.8%54.71%-
HSV(B)17.65º46.7%71.37%-
XYZ28.4124.7314.58-
YUV137.09105.38160.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=45.39%
G=30.42%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821229700.330.470.2917.6536.854.71
HexB67A610212F1D122537
Octal2661721410415735224567
Binary101101101111010110000101000011011111110110010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A61; }

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

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

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

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

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

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

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

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