#9B7A67

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

Shades of Medium Wood #9B7A67

Tints of Medium Wood #9B7A67

Color information

#9B7A67 (or 0x9B7A67) is unknown color: approx Medium Wood. HEX triplet: 9B, 7A and 67. RGB value is (155,122,103). Sum of RGB (Red+Green+Blue) = 155+122+103=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A67 is #648598. Grayscale: #818181. Windows color (decimal): -6587801 or 6781595. OLE color: 6781595.

HSL color Cylindrical-coordinate representation of color #9B7A67: hue angle of 21.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B7A67 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB155122103-
CMYK00.210.340.39
HSL21.92º20.63%50.59%-
HSV(B)21.92º33.55%60.78%-
XYZ22.9321.8715.84-
YUV129.7112.93146.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 103 (40.62% from 255) = 27.11%
R=40.79%
G=32.11%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512210300.210.340.3921.9220.6350.59
Hex9B7A670152227161533
Octal2331721470254247262563
Binary10011011111101011001110101011000101001111011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7A67; }

 p { color: rgb(155,122,103); }

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

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

 a { background-color: rgb(155,122,103); }

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

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

 span { border-color: rgb(155,122,103); }

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