#9C8B61

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

Shades of Pale Oyster #9C8B61

Tints of Pale Oyster #9C8B61

Color information

#9C8B61 (or 0x9C8B61) is unknown color: approx Pale Oyster. HEX triplet: 9C, 8B and 61. RGB value is (156,139,97). Sum of RGB (Red+Green+Blue) = 156+139+97=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8B61 is #63749E. Grayscale: #8B8B8B. Windows color (decimal): -6517919 or 6392732. OLE color: 6392732.

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

Color convert

RGB15613997-
CMYK00.110.380.39
HSL42.71º23.32%49.61%-
HSV(B)42.71º37.82%61.18%-
XYZ25.126.415.08-
YUV139.29104.13139.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=39.80%
G=35.46%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561399700.110.380.3942.7123.3249.61
Hex9C8B610B26272b1732
Octal2342131410134647532762
Binary100111001000101111000010101110011010011110101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,139,97); }

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

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

 a { background-color: rgb(156,139,97); }

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

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

 span { border-color: rgb(156,139,97); }

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