#9C8E69

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

Shades of Pale Oyster #9C8E69

Tints of Pale Oyster #9C8E69

Color information

#9C8E69 (or 0x9C8E69) is unknown color: approx Pale Oyster. HEX triplet: 9C, 8E and 69. RGB value is (156,142,105). Sum of RGB (Red+Green+Blue) = 156+142+105=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8E69 is #637196. Grayscale: #8E8E8E. Windows color (decimal): -6517143 or 6917788. OLE color: 6917788.

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

Color convert

RGB156142105-
CMYK00.090.330.39
HSL43.53º20.48%51.18%-
HSV(B)43.53º32.69%61.18%-
XYZ25.9327.4317.29-
YUV141.97107.14138.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.71%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=38.71%
G=35.24%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614210500.090.330.3943.5320.4851.18
Hex9C8E690921272c1433
Octal2342161510114147542463
Binary100111001000111011010010100110000110011110110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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