#9C8E68

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

Shades of Pale Oyster #9C8E68

Tints of Pale Oyster #9C8E68

Color information

#9C8E68 (or 0x9C8E68) is unknown color: approx Pale Oyster. HEX triplet: 9C, 8E and 68. RGB value is (156,142,104). Sum of RGB (Red+Green+Blue) = 156+142+104=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8E68 is #637197. Grayscale: #8E8E8E. Windows color (decimal): -6517144 or 6852252. OLE color: 6852252.

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

Color convert

RGB156142104-
CMYK00.090.330.39
HSL43.85º20.8%50.98%-
HSV(B)43.85º33.33%61.18%-
XYZ25.8827.4117.02-
YUV141.85106.64138.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.81%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 104 (41.02% from 255) = 25.87%
R=38.81%
G=35.32%
B=25.87%

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
Decimal15614210400.090.330.3943.8520.850.98
Hex9C8E680921272c1533
Octal2342161500114147542563
Binary100111001000111011010000100110000110011110110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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