#9B8D54

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

Shades of Teak #9B8D54

Tints of Teak #9B8D54

Color information

#9B8D54 (or 0x9B8D54) is unknown color: approx Teak. HEX triplet: 9B, 8D and 54. RGB value is (155,141,84). Sum of RGB (Red+Green+Blue) = 155+141+84=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D54 is #6472AB. Grayscale: #8A8A8A. Windows color (decimal): -6582956 or 5541275. OLE color: 5541275.

HSL color Cylindrical-coordinate representation of color #9B8D54: hue angle of 48.17º 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 #9B8D54 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15514184-
CMYK00.090.460.39
HSL48.17º29.71%46.86%-
HSV(B)48.17º45.81%60.78%-
XYZ24.6426.6612.23-
YUV138.6997.14139.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 84 (33.20% from 255) = 22.11%
R=40.79%
G=37.11%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551418400.090.460.3948.1729.7146.86
Hex9B8D54092E27301e2f
Octal2332151240115647603657
Binary100110111000110110101000100110111010011111000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,141,84); }

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

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

 a { background-color: rgb(155,141,84); }

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

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

 span { border-color: rgb(155,141,84); }

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