#9C8A68

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

Shades of Pale Oyster #9C8A68

Tints of Pale Oyster #9C8A68

Color information

#9C8A68 (or 0x9C8A68) is unknown color: approx Pale Oyster. HEX triplet: 9C, 8A and 68. RGB value is (156,138,104). Sum of RGB (Red+Green+Blue) = 156+138+104=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8A68 is #637597. Grayscale: #8B8B8B. Windows color (decimal): -6518168 or 6851228. OLE color: 6851228.

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

Color convert

RGB156138104-
CMYK00.120.330.39
HSL39.23º20.8%50.98%-
HSV(B)39.23º33.33%61.18%-
XYZ25.326.2416.83-
YUV139.51107.96139.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=39.20%
G=34.67%
B=26.13%

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
Decimal15613810400.120.330.3939.2320.850.98
Hex9C8A680C2127271533
Octal2342121500144147472563
Binary100111001000101011010000110010000110011110011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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