#9B8D55

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

Shades of Teak #9B8D55

Tints of Teak #9B8D55

Color information

#9B8D55 (or 0x9B8D55) is unknown color: approx Teak. HEX triplet: 9B, 8D and 55. RGB value is (155,141,85). Sum of RGB (Red+Green+Blue) = 155+141+85=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D55 is #6472AA. Grayscale: #8B8B8B. Windows color (decimal): -6582955 or 5606811. OLE color: 5606811.

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

Color convert

RGB15514185-
CMYK00.090.450.39
HSL48º29.17%47.06%-
HSV(B)48º45.16%60.78%-
XYZ24.6826.6712.44-
YUV138.897.64139.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=40.68%
G=37.01%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551418500.090.450.394829.1747.06
Hex9B8D55092D27301d2f
Octal2332151250115547603557
Binary100110111000110110101010100110110110011111000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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