#9B8B53

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

Shades of Teak #9B8B53

Tints of Teak #9B8B53

Color information

#9B8B53 (or 0x9B8B53) is unknown color: approx Teak. HEX triplet: 9B, 8B and 53. RGB value is (155,139,83). Sum of RGB (Red+Green+Blue) = 155+139+83=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8B53 is #6474AC. Grayscale: #898989. Windows color (decimal): -6583469 or 5475227. OLE color: 5475227.

HSL color Cylindrical-coordinate representation of color #9B8B53: hue angle of 46.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B8B53 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15513983-
CMYK00.100.460.39
HSL46.67º30.25%46.67%-
HSV(B)46.67º46.45%60.78%-
XYZ24.3126.0611.93-
YUV137.497.3140.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=41.11%
G=36.87%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551398300.100.460.3946.6730.2546.67
Hex9B8B530A2E272f1e2f
Octal2332131230125647573657
Binary100110111000101110100110101010111010011110111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,139,83); }

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

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

 a { background-color: rgb(155,139,83); }

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

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

 span { border-color: rgb(155,139,83); }

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