#9C8A69

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

Shades of Pale Oyster #9C8A69

Tints of Pale Oyster #9C8A69

Color information

#9C8A69 (or 0x9C8A69) is unknown color: approx Pale Oyster. HEX triplet: 9C, 8A and 69. RGB value is (156,138,105). Sum of RGB (Red+Green+Blue) = 156+138+105=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8A69 is #637596. Grayscale: #8B8B8B. Windows color (decimal): -6518167 or 6916764. OLE color: 6916764.

HSL color Cylindrical-coordinate representation of color #9C8A69: hue angle of 38.82º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C8A69 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB156138105-
CMYK00.120.330.39
HSL38.82º20.48%51.18%-
HSV(B)38.82º32.69%61.18%-
XYZ25.3526.2617.1-
YUV139.62108.46139.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.10%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=39.10%
G=34.59%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613810500.120.330.3938.8220.4851.18
Hex9C8A690C2127271433
Octal2342121510144147472463
Binary100111001000101011010010110010000110011110011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,138,105); }

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

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

 a { background-color: rgb(156,138,105); }

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

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

 span { border-color: rgb(156,138,105); }

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