#9B8C66

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

Shades of Pale Oyster #9B8C66

Tints of Pale Oyster #9B8C66

Color information

#9B8C66 (or 0x9B8C66) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8C and 66. RGB value is (155,140,102). Sum of RGB (Red+Green+Blue) = 155+140+102=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C66 is #647399. Grayscale: #8C8C8C. Windows color (decimal): -6583194 or 6720667. OLE color: 6720667.

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

Color convert

RGB155140102-
CMYK00.100.340.39
HSL43.02º20.95%50.39%-
HSV(B)43.02º34.19%60.78%-
XYZ25.2926.6816.39-
YUV140.15106.47138.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=39.04%
G=35.26%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514010200.100.340.3943.0220.9550.39
Hex9B8C660A22272b1532
Octal2332141460124247532562
Binary100110111000110011001100101010001010011110101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,140,102); }

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

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

 a { background-color: rgb(155,140,102); }

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

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

 span { border-color: rgb(155,140,102); }

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